]> git.pld-linux.org Git - packages/bash-completion.git/commitdiff
- outdated
authorgrzegol <grzegol@pld-linux.org>
Sun, 2 Feb 2003 18:49:20 +0000 (18:49 +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.2

bash-completion-cvs_completion_fix.patch [deleted file]

diff --git a/bash-completion-cvs_completion_fix.patch b/bash-completion-cvs_completion_fix.patch
deleted file mode 100644 (file)
index 6dd090f..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-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.041359 seconds and 4 git commands to generate.