fixed bug with not all tags converting to lowercase
[migration-tools.git] / mig-bin / mig-reporter
index 9f6ab6a..21fa117 100755 (executable)
@@ -146,8 +146,7 @@ foreach my $func ($dom->findnodes('//function')) {
     $screate->execute();
 }
 
-
-
+$tags = lc($tags);
 my @report_tags = split(/\./,$tags);
 foreach my $t (@report_tags) {
     print "\n\n=========== Starting to process tag $t\n";