parsewhatlog.pl - regex bug fix for raptor 2.7.2
authorMatt Davies <mattd@symbian.org>
Wed, 10 Jun 2009 12:34:20 +0100
changeset 146 f31749863421
parent 138 d3c5dd0ae0b0
child 147 2854ff67dd37
parsewhatlog.pl - regex bug fix for raptor 2.7.2
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 = <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;