]> git.pld-linux.org Git - packages/bash-completion.git/commitdiff
- fixes cvs completion
authorgrzegol <grzegol@pld-linux.org>
Tue, 28 Jan 2003 14:15:56 +0000 (14:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash-completion-cvs_completion_fix.patch -> 1.1

bash-completion-cvs_completion_fix.patch [new file with mode: 0644]

diff --git a/bash-completion-cvs_completion_fix.patch b/bash-completion-cvs_completion_fix.patch
new file mode 100644 (file)
index 0000000..6dd090f
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN aaa/bash_completion/bash_completion bash_completion/bash_completion
+--- aaa/bash_completion/bash_completion        Mon Jan 27 01:41:23 2003
++++ bash_completion/bash_completion    Tue Jan 28 14:35:11 2003
+@@ -1109,7 +1109,7 @@
+                       # if $COMP_CVS_REMOTE is not null, 'cvs commit' will
+                       # complete on remotely checked-out files (requires
+                       # passwordless access to the remote repository
+-                      if [ -n ${COMP_CVS_REMOTE:-} ]; then
++                      if [ -n "${COMP_CVS_REMOTE:-}" ]; then
+                               # this is the least computationally intensive
+                               # way found so far, but other changes
+                               # (something other than changed/removed/new)
This page took 0.037601 seconds and 4 git commands to generate.