From d1bd2ff1867ef8333ac752638eaa9725f121ee37 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Wed, 3 Sep 2008 07:51:49 +0000 Subject: - Bash completion fix for fold command from Bernhard Walle . --- bash_completion | 1 + 1 file changed, 1 insertion(+) (limited to 'bash_completion') diff --git a/bash_completion b/bash_completion index 75f1568..9fd0ebf 100644 --- a/bash_completion +++ b/bash_completion @@ -184,6 +184,7 @@ _quilt_completion() COMPREPLY=( $( compgen -W "0 1" -- $cur ) ) ;; *) + _quilt_comfile COMPREPLY=( ${COMPREPLY[@]:-} $( compgen -W "-p" -- $cur ) ) ;; esac -- cgit