mirror of
https://github.com/curl/curl.git
synced 2026-07-30 16:48:03 +03:00
Tor Arntsen's mkdir-fix to make this run with perl 5.0005
This commit is contained in:
parent
41cd36b830
commit
0d6d9af7ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue