Testing the tinderbox (a stub commit but still useful.)

Originally committed to SVN as r2864.
This commit is contained in:
Amar Takhar 2009-04-28 05:08:18 +00:00
parent 3648f61083
commit c12d2d7636
1 changed files with 1 additions and 1 deletions

View File

@ -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"