diff options
author | Larry Wall <larry@netlabs.com> | 1993-10-10 00:00:00 +0000 |
---|---|---|
committer | Larry Wall <larry@netlabs.com> | 1993-10-10 00:00:00 +0000 |
commit | 93a17b20b6d176db3f04f51a63b0a781e5ffd11c (patch) | |
tree | 764149b1d480d5236d4d62b3228bd57f53a71042 /perly.fixer | |
parent | 79072805bf63abe5b5978b5928ab00d360ea3e7f (diff) | |
download | perl-93a17b20b6d176db3f04f51a63b0a781e5ffd11c.tar.gz |
perl 5.0 alpha 3
[editor's note: the sparc executables have not been included,
and emacs backup files have been removed]
Diffstat (limited to 'perly.fixer')
-rwxr-xr-x | perly.fixer | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/perly.fixer b/perly.fixer index 58ea1a5923..8dc533efc1 100755 --- a/perly.fixer +++ b/perly.fixer @@ -10,6 +10,13 @@ input=$1 output=$2 tmp=/tmp/f$$ +if test -f perly.c.diff; then + cp $input $output + patch -F3 <perly.c.diff + rm -rf $input + exit +fi + plan="unknown" # Test for BSD 4.3 version. |