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:
teastep 2007-04-13 22:37:23 +00:00
parent f87b40e6a1
commit 881dec5346

View File

@ -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( $ ) {