]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Tor Arntsen's mkdir-fix to make this run with perl 5.0005
authorDaniel Stenberg <daniel@haxx.se>
Wed, 24 Mar 2004 21:28:31 +0000 (21:28 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 24 Mar 2004 21:28:31 +0000 (21:28 +0000)
tests/testcurl.pl

index 0d9a1428ef33767f165693fcd4f11bd42cb98b96..89b47f60c28f3b57ad9353ae60e3245f87083575 100755 (executable)
@@ -212,7 +212,7 @@ rmtree "buildlog-*";
 foreach (glob("$CURLDIR/buildlog-*")) { unlink $_; }
 
 # create a dir to build in
-mkdir $build;
+mkdir $build, 0777;
 
 if (-d $build) {
   logit "build dir $build was created fine";