From 12c759c16ee52caa208795cf8992678197a0cce5 Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Mon, 28 Jun 1999 18:38:51 +0000 Subject: [PATCH] Clean up unblamed items' presentation. --- webtools/tinderbox/warnings.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webtools/tinderbox/warnings.pl b/webtools/tinderbox/warnings.pl index 391de417e040..4a55a8a649ad 100755 --- a/webtools/tinderbox/warnings.pl +++ b/webtools/tinderbox/warnings.pl @@ -344,13 +344,13 @@ sub print_warning { # File link if ($file =~ /\[multiple\]/) { - $file =~ s/\[multiple\]//; + $file =~ s/\[multiple\]\///; print ""; print "$file:$linenum"; print " (multiple file matches)"; } elsif ($file =~ /\[no_match\]/) { - $file =~ s/\[no_match\]//; - print "$file:$linenum (no file match)"; + $file =~ s/\[no_match\]\///; + print "$file:$linenum (no file match)"; } else { print "";