diff options
author | Andreas König <a.koenig@mind.de> | 1998-07-12 18:27:21 +0200 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-12 21:54:02 +0000 |
commit | a29d2910a363e5b308f0e74eda4c093080b7afbd (patch) | |
tree | ed924856910a22bddd0e0cc2f6833be5ac183600 /Configure | |
parent | f16f1ef3ec3c8c58712148883eca0ebdbd810185 (diff) | |
download | perl-a29d2910a363e5b308f0e74eda4c093080b7afbd.tar.gz |
applied installperl patch, corrected other little nits
Message-ID: <sfcn2afrvp2.fsf@dubravka.in-berlin.de>
Subject: [5.004_72] installperl tweak
p4raw-id: //depot/perl@1455
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10730,7 +10730,7 @@ esac case \$# in 0) exit 1;; esac -echo \$* | $tr ' ' $trnl | $sed -e 's/\(.*\)/\\ +echo \$* | $tr ' ' '$trnl' | $sed -e 's/\(.*\)/\\ #ifdef \1\\ exit 0; _ _ _ _\1\\ \1\\ #endif\\ |