From: Andy Dougherty Date: Mon, 13 Jul 1998 15:49:00 +0000 (-0400) Subject: fix $trnl interpolation in here-docs (via PM) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c9795ab7664a64b17ddc414e80ebcfe53fb6bc2d;p=p5sagit%2Fp5-mst-13.2.git fix $trnl interpolation in here-docs (via PM) Message-Id: Subject: Re: [PATCH] 5.004_73: Re: Configure/trnl craziness p4raw-id: //depot/perl@1473 --- diff --git a/Configure b/Configure index 8a06f64..e3fef7e 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=! ;;