From ed92859eaf91357fa3f67bdaeac9b48bd7a3d33e Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 13 Dec 2002 15:27:42 +0000 Subject: [PATCH] Added chomp. --- configure/tools/munch.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/configure/tools/munch.pl b/configure/tools/munch.pl index ee3a035a7..cd7d9464e 100755 --- a/configure/tools/munch.pl +++ b/configure/tools/munch.pl @@ -18,6 +18,7 @@ eval 'exec perl -S $0 ${1+"$@"}' # -*- Mode: perl -*- while ($line = ) { + chomp $line; next if ($line =~ /__?GLOBAL_.F.+/); next if ($line =~ /__?GLOBAL_.I._GLOBAL_.D.+/); if ($line =~ /__?GLOBAL_.D.+/) {