Allow pairs in braces to appear with ';;'

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2018-02-09 12:58:18 -08:00
parent 9869dd25d7
commit 2a12e0950a
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -2417,6 +2417,10 @@ sub split_line2( $$;$$$ ) {
fatal_error "Only one set of double semicolons (';;') allowed on a line" if defined $rest;
$currline = $columns;
#
# Remove trailing white space
#
$currline =~ s/\s*$//;
$inline_matches = $pairs;
#