parsewhatlog.pl - put back in the regex 1-liner what got taken out (multiple 'master' repos out of sync)
authormatt.davies@SYM-BUILD02.ad-sfpd.intra
Mon, 15 Jun 2009 14:52:06 +0100
changeset 156 3b9cbbf0f484
parent 155 c46069cf2fc7
child 157 1143b5d495f7
parsewhatlog.pl - put back in the regex 1-liner what got taken out (multiple 'master' repos out of sync)
common/tools/analysis/parsewhatlog.pl
--- 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;