mirror of
https://gitlab.com/shorewall/code.git
synced 2025-07-15 13:56:03 +02:00
Fix VERBOSITY=0 export problem
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5919 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
@ -959,7 +959,7 @@ sub generate_aux_config() {
|
|||||||
|
|
||||||
my $value = $config{$option};
|
my $value = $config{$option};
|
||||||
|
|
||||||
emit "[ -n \"\${$option:=$value}\" ]" if $value;
|
emit "[ -n \"\${$option:=$value}\" ]" if $value ne '';
|
||||||
}
|
}
|
||||||
|
|
||||||
sub conditionally_add_option1( $ ) {
|
sub conditionally_add_option1( $ ) {
|
||||||
|
Reference in New Issue
Block a user