Exit on error in osx-run.sh

Originally committed to SVN as r6897.
This commit is contained in:
Thomas Goyne 2012-06-12 03:13:53 +00:00
parent 0f071d978a
commit 82d955ba96

View file

@ -1,4 +1,7 @@
#!/bin/sh
set -e
case "$1" in
"build")
cd ..