Make pyflakes work regardless of $PWD, fix grammar

This commit is contained in:
Laurent Bachelier 2011-03-02 00:18:30 +01:00
commit f36e953baa

View file

@ -1,7 +1,6 @@
#!/bin/bash
if [ `basename $PWD` == 'tools' ]; then
cd ..
fi
cd $(dirname $0)
cd ..
# grep will return 0 only if it founds something, but our script
# wants to return 0 when it founds nothing!