The following commit has been merged in the master branch:
commit f0c717b2be2373e8929975c9bbd3946df53ec041
Author: Ville Skyttä <[email protected]>
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

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to