Make osx-bundle.sh exit on error

Originally committed to SVN as r6774.
This commit is contained in:
Thomas Goyne 2012-05-14 13:21:27 +00:00
parent 0239ab6688
commit a126dea300
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e
PKG_DIR=${1}.app
SKEL_DIR="packages/osx_bundle"
AEGISUB_VERSION_DATA="${2}"