From: Mark Andrews Date: Tue, 24 Aug 2021 04:08:10 +0000 (+1000) Subject: handle not configured with trailing flags X-Git-Tag: v9.17.18~24^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aae53e215678690df2fc857f05c9d409b6276104;p=thirdparty%2Fbind9.git handle not configured with trailing flags --- diff --git a/doc/misc/format-options.pl b/doc/misc/format-options.pl index fa1727b22f6..af21225bf36 100644 --- a/doc/misc/format-options.pl +++ b/doc/misc/format-options.pl @@ -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 = $&;