In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/47ef2f80a353917e46d5ef248320c351162a97b2?hp=430c976074344a2860603292d71247b4312c350c>

- Log -----------------------------------------------------------------
commit 47ef2f80a353917e46d5ef248320c351162a97b2
Author: H.Merijn Brand <[email protected]>
Date:   Sat Jul 26 21:43:54 2014 +0200

    Simplify cppsym dash problem
-----------------------------------------------------------------------

Summary of changes:
 Configure | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/Configure b/Configure
index c86e42f..4453f38 100755
--- a/Configure
+++ b/Configure
@@ -22063,16 +22063,14 @@ XPG2_EXTENDED XPG3 XPG3_EXTENDED XPG4 XPG4_EXTENDED
 z8000 zarch
 EOSH
 # Maybe put other stuff here too.
-cat <<EOSH >>Cppsym.know
+./tr '-' '_' <<EOSH >>Cppsym.know
 $osname
 EOSH
-./tr '-' '_' < Cppsym.know > Cppsym.know.tmp
-$cat Cppsym.know.tmp > Cppsym.know
 ./tr '[a-z]' '[A-Z]' < Cppsym.know > Cppsym.a
 ./tr '[A-Z]' '[a-z]' < Cppsym.know > Cppsym.b
 $cat Cppsym.know > Cppsym.c
 $cat Cppsym.a Cppsym.b Cppsym.c | $tr ' ' $trnl | $sort | $uniq > Cppsym.know
-$rm -f Cppsym.a Cppsym.b Cppsym.c Cppsym.know.tmp
+$rm -f Cppsym.a Cppsym.b Cppsym.c
 cat <<EOSH > Cppsym
 $startsh
 if $test \$# -gt 0; then

--
Perl5 Master Repository

Reply via email to