parsewhatlog.pl - put back in the regex 1-liner what got taken out (multiple 'master' repos out of sync)
--- 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;