changeset 156 | 3b9cbbf0f484 |
parent 155 | c46069cf2fc7 |
--- a/common/tools/analysis/parsewhatlog.pl Mon Jun 15 14:44:46 2009 +0100 +++ b/common/tools/analysis/parsewhatlog.pl Mon Jun 15 14:52:06 2009 +0100 @@ -71,7 +71,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;