diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1998-07-13 11:49:00 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-14 03:55:29 +0000 |
commit | c9795ab7664a64b17ddc414e80ebcfe53fb6bc2d (patch) | |
tree | eca98b342362d59fb95e152ae627fcb5770862eb /Configure | |
parent | 911efb05987d2636b578378f76f3233c9281c711 (diff) | |
download | perl-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-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=! ;; |