Had to fix variable in check to $0
This commit is contained in:
parent
2f51c2dd9d
commit
f59bef3428
@ -3,7 +3,7 @@
|
||||
## If user is not running this in the root of the project dir
|
||||
if [[ ! -d utils ]]; then
|
||||
## Change directory to project dir
|
||||
cd `dirname $1`
|
||||
cd `dirname $0`
|
||||
cd ..
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user