summaryrefslogtreecommitdiff
path: root/bin/vc_filter.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/vc_filter.pl')
-rwxr-xr-xbin/vc_filter.pl6
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/vc_filter.pl b/bin/vc_filter.pl
index 3b3946632e8..62cda10bfd1 100755
--- a/bin/vc_filter.pl
+++ b/bin/vc_filter.pl
@@ -43,11 +43,9 @@ while ($line = <fp>)
}
print "$in_sin_b $line $in_sin_e<BR>"
- if ($line =~/^[-A-Z_a-z0-9.\/\\:]+\([0-9]+\) : / ||
- $line =~/^[-A-Z_a-z0-9.\\:]+\.obj : / ||
+ if ($line =~/^[A-Z_a-z0-9.\/\\:]+\([0-9]+\) : / ||
+ $line =~/^[A-Z_a-z0-9.\\:]+\.obj : / ||
$line =~/^fatal error/ ||
- $line =~/^Error executing/ ||
- $line =~/^4NT: / ||
$line =~/^LINK : /);
}