summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorAndreas König <a.koenig@mind.de>1998-07-12 18:27:21 +0200
committerGurusamy Sarathy <gsar@cpan.org>1998-07-12 21:54:02 +0000
commita29d2910a363e5b308f0e74eda4c093080b7afbd (patch)
treeed924856910a22bddd0e0cc2f6833be5ac183600 /Configure
parentf16f1ef3ec3c8c58712148883eca0ebdbd810185 (diff)
downloadperl-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-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 62b6077849..938b4fbf92 100755
--- a/Configure
+++ b/Configure
@@ -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\\