Re: [PATCH] Configure.pl Parrot dir already exists
Hoi, This doesn't take into account locale. line 211: mkdir("Parrot", 0777) or ( $! =~ /File exists/i or die "Can't make directory ./Parrot: $!"); On Sunday 16 September 2001 21:43, Buggs wrote: > Hoi, > > probably obsolete soon, but still. > > Buggs > > Index: Configure.pl >
[PATCH] Configure.pl Parrot dir already exists
Hoi, probably obsolete soon, but still. Buggs Index: Configure.pl === RCS file: /home/perlcvs/parrot/Configure.pl,v retrieving revision 1.5 diff -u -3 -p -r1.5 Configure.pl --- Configure.pl2001/09/15 00:57:42 1.5 +++ Co