mirror of https://github.com/odrling/Aegisub
Make osx-bundle.sh exit on error
Originally committed to SVN as r6774.
This commit is contained in:
parent
0239ab6688
commit
a126dea300
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
PKG_DIR=${1}.app
|
PKG_DIR=${1}.app
|
||||||
SKEL_DIR="packages/osx_bundle"
|
SKEL_DIR="packages/osx_bundle"
|
||||||
AEGISUB_VERSION_DATA="${2}"
|
AEGISUB_VERSION_DATA="${2}"
|
||||||
|
|
Loading…
Reference in New Issue