]> git.pld-linux.org Git - packages/bash-completion.git/blob - bash-completion-cvs_completion_fix.patch
- updated to 20030201
[packages/bash-completion.git] / bash-completion-cvs_completion_fix.patch
1 diff -urN aaa/bash_completion/bash_completion bash_completion/bash_completion
2 --- aaa/bash_completion/bash_completion Mon Jan 27 01:41:23 2003
3 +++ bash_completion/bash_completion     Tue Jan 28 14:35:11 2003
4 @@ -1109,7 +1109,7 @@
5                         # if $COMP_CVS_REMOTE is not null, 'cvs commit' will
6                         # complete on remotely checked-out files (requires
7                         # passwordless access to the remote repository
8 -                       if [ -n ${COMP_CVS_REMOTE:-} ]; then
9 +                       if [ -n "${COMP_CVS_REMOTE:-}" ]; then
10                                 # this is the least computationally intensive
11                                 # way found so far, but other changes
12                                 # (something other than changed/removed/new)
This page took 0.093157 seconds and 3 git commands to generate.