summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>1998-07-13 11:49:00 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-07-14 03:55:29 +0000
commitc9795ab7664a64b17ddc414e80ebcfe53fb6bc2d (patch)
treeeca98b342362d59fb95e152ae627fcb5770862eb /Configure
parent911efb05987d2636b578378f76f3233c9281c711 (diff)
downloadperl-c9795ab7664a64b17ddc414e80ebcfe53fb6bc2d.tar.gz
fix $trnl interpolation in here-docs (via PM)
Message-Id: <Pine.SUN.3.96.980713151243.28129F-100000@newton.phys> Subject: Re: [PATCH] 5.004_73: Re: Configure/trnl craziness p4raw-id: //depot/perl@1473
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 8a06f643d9..e3fef7e030 100755
--- a/Configure
+++ b/Configure
@@ -1476,7 +1476,7 @@ while expr "X\$ans" : "X!" >/dev/null; do
y)
echo "*** Substitution done -- please confirm."
xxxm="\$ans"
- ans=\`echo $n "\$ans$c" | tr $trnl ' '\`
+ ans=\`echo $n "\$ans$c" | tr '$trnl' ' '\`
xxxm="\$ans"
ans=!
;;