From: Charles McGarvey Date: Fri, 21 May 2010 19:13:53 +0000 (-0600) Subject: bugfix: win32 packaging script temp directories X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=commitdiff_plain;h=299af4f2047e767e5d79501c26444473bda64c64;ds=sidebyside bugfix: win32 packaging script temp directories --- diff --git a/arch/win32/makepackage.sh b/arch/win32/makepackage.sh index 390aa58..2c8a8c4 100755 --- a/arch/win32/makepackage.sh +++ b/arch/win32/makepackage.sh @@ -82,7 +82,7 @@ then exit 1 fi -if ! mkdir "$BUILD" +if test ! -d "$BUILD" then "The temp directory $BUILD could not be created." exit 1