summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/bash-completion/files/20050121/02_all_cvs.diff')
-rw-r--r--app-shells/bash-completion/files/20050121/02_all_cvs.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-shells/bash-completion/files/20050121/02_all_cvs.diff b/app-shells/bash-completion/files/20050121/02_all_cvs.diff
new file mode 100644
index 000000000000..529ec8f311a7
--- /dev/null
+++ b/app-shells/bash-completion/files/20050121/02_all_cvs.diff
@@ -0,0 +1,11 @@
+--- bash_completion.orig/bash_completion 2005-01-20 06:29:03.982356288 -0500
++++ bash_completion/bash_completion 2005-01-20 06:44:08.957779112 -0500
+@@ -1582,7 +1583,7 @@
+ COMPREPLY=( $( compgen -W '${changed[@]:-} \
+ ${newremoved[@]:-}' -- $cur ) )
+ else
+- _filedir
++ COMPREPLY=($(compgen $default -- "$cur"))
+ fi
+ else
+ COMPREPLY=( $( compgen -W '-n -R -l -f -F -m -r' -- \