From 827abff4c3c71d0c7bcd9ba2d6dd33e0aed89a01 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Mon, 14 May 2012 13:22:04 +0000 Subject: [PATCH] Recreate the App dir if it already exists rather than falling down Originally committed to SVN as r6781. --- aegisub/tools/osx-bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/tools/osx-bundle.sh b/aegisub/tools/osx-bundle.sh index 86e039818..d6dd93e9a 100755 --- a/aegisub/tools/osx-bundle.sh +++ b/aegisub/tools/osx-bundle.sh @@ -20,7 +20,7 @@ if ! test -d packages/osx_bundle; then fi if test -d "${PKG_DIR}"; then - echo "**** USING OLD ${PKG_DIR} ****" + rm -rf "${PKG_DIR}" fi echo