mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-19 04:41:07 +01:00
Move a comment
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
334394a5d4
commit
24e115d0f9
@ -1995,10 +1995,10 @@ sub embedded_perl( $ ) {
|
||||
}
|
||||
|
||||
unless (my $return = eval $command ) {
|
||||
if ( $@ ) {
|
||||
#
|
||||
# Perl found the script offensive or the script itself died
|
||||
#
|
||||
if ( $@ ) {
|
||||
$@ =~ s/, <\$currentfile> line \d+//g;
|
||||
fatal_error1 "$@";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user