]> git.pld-linux.org Git - packages/bash-completion.git/commitdiff
- outdated
authorgrzegol <grzegol@pld-linux.org>
Mon, 22 Apr 2002 13:05:53 +0000 (13:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash-completion-man-fix.patch -> 1.2

bash-completion-man-fix.patch [deleted file]

diff --git a/bash-completion-man-fix.patch b/bash-completion-man-fix.patch
deleted file mode 100644 (file)
index 23d57c0..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN bash_completion-1/bash_completion bash_completion/bash_completion
---- bash_completion-1/bash_completion  Fri Apr 19 17:21:29 2002
-+++ bash_completion/bash_completion    Fri Apr 19 17:21:55 2002
-@@ -434,7 +434,7 @@
-       OS=$( uname -s )
-       if [ $OS = Linux ]; then
--              manpath=$( manpath 2>/dev/null || man --path )
-+              manpath=$( manpath 2>/dev/null || /usr/bin/man --path )
-       else
-               manpath=$MANPATH
-       fi
This page took 0.039728 seconds and 4 git commands to generate.