1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Tor Arntsen's mkdir-fix to make this run with perl 5.0005

This commit is contained in:
Daniel Stenberg 2004-03-24 21:28:31 +00:00
parent 41cd36b830
commit 0d6d9af7ab

View File

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