Make pyflakes work regardless of $PWD, fix grammar
This commit is contained in:
parent
c0a2542df6
commit
f36e953baa
1 changed files with 2 additions and 3 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue