Make osx-bundle.sh exit on error
Originally committed to SVN as r6774.
This commit is contained in:
parent
0239ab6688
commit
a126dea300
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
PKG_DIR=${1}.app
|
||||
SKEL_DIR="packages/osx_bundle"
|
||||
AEGISUB_VERSION_DATA="${2}"
|
||||
|
|
Loading…
Reference in a new issue