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

This commit is contained in:
Ville Skyttä 2010-01-16 15:54:28 +02:00
parent ea0ee6a46b
commit f0c717b2be

View File

@ -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)'