diff options
author | Laszlo Molnar <laszlo.molnar@eth.ericsson.se> | 1998-07-11 01:12:11 +0200 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-11 18:43:11 +0000 |
commit | 17f71141966ee46b5f078333acef6afd9893a4f4 (patch) | |
tree | e36a65a900fc3f9da49aac2796d2e58018da99fe /djgpp/djgppsed.sh | |
parent | c3464db50133a6aa976b7250fa2eb5c58e26f877 (diff) | |
download | perl-17f71141966ee46b5f078333acef6afd9893a4f4.tar.gz |
dos-djgpp update
Message-ID: <19980710231211.A161@cdata.tvnet.hu>
p4raw-id: //depot/perl@1433
Diffstat (limited to 'djgpp/djgppsed.sh')
-rw-r--r-- | djgpp/djgppsed.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/djgpp/djgppsed.sh b/djgpp/djgppsed.sh index bf9d4ea7b4..5276f4f67f 100644 --- a/djgpp/djgppsed.sh +++ b/djgpp/djgppsed.sh @@ -46,3 +46,4 @@ sed -e $SPACKLIST installman >s; mv -f s installman sed -e $SPACKLIST lib/ExtUtils/Installed.pm >s; mv -f s lib/ExtUtils/Installed.pm sed -e $SPACKLIST lib/ExtUtils/Packlist.pm >s; mv -f s lib/ExtUtils/Packlist.pm sed -e $SPACKLIST lib/ExtUtils/inst >s; mv -f s lib/ExtUtils/inst +sed -e $SABC t/io/iprefix.t >s; mv -f s t/io/iprefix.t |