(testsuite) cd to correct top level dir first in runLint.
This commit is contained in:
parent
ea0ee6a46b
commit
f0c717b2be
@ -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)'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user