mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-24 00:23:28 +01: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:
parent
f87b40e6a1
commit
881dec5346
@ -959,7 +959,7 @@ sub generate_aux_config() {
|
||||
|
||||
my $value = $config{$option};
|
||||
|
||||
emit "[ -n \"\${$option:=$value}\" ]" if $value;
|
||||
emit "[ -n \"\${$option:=$value}\" ]" if $value ne '';
|
||||
}
|
||||
|
||||
sub conditionally_add_option1( $ ) {
|
||||
|
Loading…
Reference in New Issue
Block a user