handle not configured with trailing flags

This commit is contained in:
Mark Andrews
2021-08-24 14:08:10 +10:00
parent d425ee8097
commit aae53e2156

View File

@@ -30,6 +30,7 @@ while (<>) {
m!^( *)!;
my $indent = $1;
my $comment = "";
$line =~ s! // not configured,! //! if $strip_not_configured;
$line =~ s! // not configured!! if $strip_not_configured;
if ( $line =~ m!//.*! ) {
$comment = $&;