Make compile.sh set working dir to own dir (bug 5710, r=psychonic).

This commit is contained in:
Kyle Sanderson
2013-07-18 19:40:42 -04:00
parent 4109d0df39
commit 380d7adc09
+1
View File
@@ -1,4 +1,5 @@
#!/bin/bash
cd "$(dirname "$0")"
test -e compiled || mkdir compiled