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 351142f93f
commit 220a35b492

View File

@ -1,4 +1,5 @@
#!/bin/bash
cd "$(dirname "$0")"
test -e compiled || mkdir compiled