summaryrefslogtreecommitdiffstats
path: root/bash_completion
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2008-09-03 07:51:49 +0000
committerAndreas Gruenbacher <agruen@suse.de>2008-09-03 07:51:49 +0000
commitd1bd2ff1867ef8333ac752638eaa9725f121ee37 (patch)
tree6bf0167f1916a88188009910443366513e01abc4 /bash_completion
parentb99fab2a213f07c378ca7ee348a723f66465b525 (diff)
downloadquilt-d1bd2ff1867ef8333ac752638eaa9725f121ee37.tar.gz
- Bash completion fix for fold command from
Bernhard Walle <bwalle@suse.de>.
Diffstat (limited to 'bash_completion')
-rw-r--r--bash_completion1
1 files changed, 1 insertions, 0 deletions
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