[Bash-completion-commits] [SCM] bash-completion branch, master, updated. f0c717b2be2373e8929975c9bbd3946df53ec041

Ville Skyttä ville.skytta at iki.fi
Sat Jan 16 13:55:36 UTC 2010


The following commit has been merged in the master branch:
commit f0c717b2be2373e8929975c9bbd3946df53ec041
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Jan 16 15:54:28 2010 +0200

    (testsuite) cd to correct top level dir first in runLint.

diff --git a/test/runLint b/test/runLint
index d7ab765..9a64326 100755
--- a/test/runLint
+++ b/test/runLint
@@ -11,6 +11,9 @@ gitgrep()
     fi
 }
 
+unset CDPATH
+cd $(dirname "$0") ; cd ..
+
 gitgrep "\bawk\b.*-F([[:space:]]|[[:space:]]*[\"'][^\"']{2,})" \
     'awk with -F char or -F ERE, use -Fchar instead (Solaris)'
     

-- 
bash-completion



More information about the Bash-completion-commits mailing list