From a126dea3003722cdbb7551e3483155024f449b1a Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Mon, 14 May 2012 13:21:27 +0000 Subject: [PATCH] Make osx-bundle.sh exit on error Originally committed to SVN as r6774. --- aegisub/tools/osx-bundle.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aegisub/tools/osx-bundle.sh b/aegisub/tools/osx-bundle.sh index ff16a188e..aee788822 100755 --- a/aegisub/tools/osx-bundle.sh +++ b/aegisub/tools/osx-bundle.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -e + PKG_DIR=${1}.app SKEL_DIR="packages/osx_bundle" AEGISUB_VERSION_DATA="${2}"