Fix single-line embedded Perl

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-06-05 09:02:12 -07:00
parent c8156cfdb1
commit 6bd81145e9

View File

@ -2101,6 +2101,8 @@ sub embedded_perl( $ ) {
fatal_error ( "Missing END PERL" ) unless $last;
fatal_error ( "Invalid END PERL directive" ) unless $currentline =~ /^\s*$/;
} else {
$currentline = '';
}
$embedded++;