]> Dogcows Code - chaz/yoink/commitdiff
bugfix: win32 packaging script temp directories
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Fri, 21 May 2010 19:13:53 +0000 (13:13 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Fri, 21 May 2010 19:13:53 +0000 (13:13 -0600)
arch/win32/makepackage.sh

index 390aa58b27a2cdcffbfdb535b9db505ce407f4be..2c8a8c452e16f72fb0d08bc20822011f3ffc4bd9 100755 (executable)
@@ -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
This page took 0.023051 seconds and 4 git commands to generate.