changeset 146 | f31749863421 |
parent 97 | 4f54ca96b7e8 |
child 155 | c46069cf2fc7 |
--- 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 = <FILE>) { ++$linecount; - if($line =~ m/^<whatlog bldinf='(\S+)' mmp='(\S*)' config='\S+'>/) #brittle + if($line =~ m/^<whatlog bldinf='(\S+)' mmp='(\S*)' config='\S*'>/) #brittle { $bldinf = $1; $makefile = $2;