diff options
author | Nicholas Clark <nick@ccl4.org> | 2001-06-13 22:20:13 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-13 23:56:59 +0000 |
commit | c617a26e488e52d37c4943680f99cc9105e5f5a5 (patch) | |
tree | 3913100d83166d0782256c62f456a706c88fdb4f /opcode.pl | |
parent | 98994639e4e0e9a0cf55f6cc04e86c3779f35e38 (diff) | |
download | perl-c617a26e488e52d37c4943680f99cc9105e5f5a5.tar.gz |
opcode.pl is chmod'ing the original source tree
Message-ID: <20010613212013.D98663@plum.flirble.org>
p4raw-id: //depot/perl@10580
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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"; |