From 501782d6057e7fd86485aba0f8518d1d3d6c36b5 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 28 Apr 2009 05:08:18 +0000 Subject: [PATCH] Testing the tinderbox (a stub commit but still useful.) Originally committed to SVN as r2864. --- aegisub/scripts/osx-dmg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/scripts/osx-dmg.sh b/aegisub/scripts/osx-dmg.sh index 801c35f1c..2a9d403f0 100755 --- a/aegisub/scripts/osx-dmg.sh +++ b/aegisub/scripts/osx-dmg.sh @@ -25,7 +25,7 @@ if ! perl -e 'require Mac::Finder::DSStore' > /dev/null 2>&1; then echo echo "Perl Mac::Finder::DSStore is required to build a dmg." echo "Please get it from http://freehg.org/u/wiml/dsstore/" - exit; + exit 1; fi rm -rf ${TMP_DMG} "${PKG_NAME}.dmg"