From: Nicholas Clark Date: Wed, 13 Jun 2001 21:20:13 +0000 (+0100) Subject: opcode.pl is chmod'ing the original source tree X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c617a26e488e52d37c4943680f99cc9105e5f5a5;p=p5sagit%2Fp5-mst-13.2.git opcode.pl is chmod'ing the original source tree Message-ID: <20010613212013.D98663@plum.flirble.org> p4raw-id: //depot/perl@10580 --- diff --git a/opcode.pl b/opcode.pl index f897bb9..ffdc93d 100755 --- a/opcode.pl +++ b/opcode.pl @@ -1,6 +1,5 @@ #!/usr/bin/perl -chmod 0666, "opcode.h", "opnames.h"; unlink "opcode.h", "opnames.h"; open(OC, ">opcode.h") || die "Can't create opcode.h: $!\n"; open(ON, ">opnames.h") || die "Can't create opnames.h: $!\n";