Adjust macro merging

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6186 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-05-01 23:39:38 +00:00
parent fcbe8768c3
commit 5f1f0b9ace

View File

@ -104,6 +104,8 @@ sub merge_macro_source_dest( $$ ) {
return "$body:$invocation" if $invocation =~ /.*?\.*?\.|^\+|^~|^!~/;
return "$invocation:$body";
}
return $invocation;
}
$body || '';