mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Tor Arntsen's mkdir-fix to make this run with perl 5.0005
This commit is contained in:
parent
41cd36b830
commit
0d6d9af7ab
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user