Add FIXMEV5 comments

This commit is contained in:
Wilson Snyder 2022-04-13 22:18:59 -04:00
parent f4baa86b71
commit 92f64de115

View File

@ -38,7 +38,8 @@ if (!-r "$root/.git") {
print "$grep\n";
foreach my $line (split /\n/, $grep) {
print "L $line\n";
$names{$1} = 1 if $line =~ /^([^:]+)/;
# FIXMEV5 for use in develop-v5 branch until merged to master
$names{$1} = 1 if $line =~ /^([^:]+)/ && $line !~ /FIXMEV5/;
}
}
}