# HG changeset patch # User Matt Davies # Date 1244633660 -3600 # Node ID f317498634211fd7660a60738a668e4432944fed # Parent d3c5dd0ae0b046b0373e92b79a30ee0e682e3bd3 parsewhatlog.pl - regex bug fix for raptor 2.7.2 diff -r d3c5dd0ae0b0 -r f31749863421 common/tools/analysis/parsewhatlog.pl --- a/common/tools/analysis/parsewhatlog.pl Wed Jun 03 18:30:15 2009 +0100 +++ b/common/tools/analysis/parsewhatlog.pl Wed Jun 10 12:34:20 2009 +0100 @@ -70,7 +70,7 @@ while(my $line = ) { ++$linecount; - if($line =~ m/^/) #brittle + if($line =~ m/^/) #brittle { $bldinf = $1; $makefile = $2;