Make compile.sh set working dir to own dir (bug 5710, r=psychonic).
This commit is contained in:
parent
351142f93f
commit
220a35b492
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
test -e compiled || mkdir compiled
|
test -e compiled || mkdir compiled
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user