missing argument for mkdir
Brought to you by:
eldy
I downloaded version 2.1, and the script would not
launch as is. I got the following errors
Not enough arguments for mkdir at
./cvschangelogbuilder.pl line 129, near ""$parent/$dir") "
Not enough arguments for mkdir at
./cvschangelogbuilder.pl line 143, near ""$mdir") "
Execution of ./cvschangelogbuilder.pl aborted due to
compilation errors.
So I went in and changed the mkdir calls from
mkdir "$mdir" to
mkdir("$mdir",0755)
and now it compiles. Although I am not sure it's the
best to set dirs to 0755....
Logged In: YES
user_id=169016
Also had this problem, but solved it by upgrading my perl to
the most recent version.