From: Rogan Hamby Date: Mon, 26 Feb 2018 21:02:20 +0000 (-0500) Subject: fixed bug with not all tags converting to lowercase X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=2f6d3a6c28486d52c6f492d3f202b0cb08fa8801;hp=fa0d4824bc205986b6b489728843f8327b200192 fixed bug with not all tags converting to lowercase --- diff --git a/mig-bin/mig-reporter b/mig-bin/mig-reporter index 9f6ab6a..21fa117 100755 --- a/mig-bin/mig-reporter +++ b/mig-bin/mig-reporter @@ -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";