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
|
#!/bin/bash
|
||||||
if [ `basename $PWD` == 'tools' ]; then
|
cd $(dirname $0)
|
||||||
cd ..
|
cd ..
|
||||||
fi
|
|
||||||
|
|
||||||
# grep will return 0 only if it founds something, but our script
|
# grep will return 0 only if it founds something, but our script
|
||||||
# wants to return 0 when it founds nothing!
|
# wants to return 0 when it founds nothing!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue