From edf08bf4080e4375e8387d83e4d5234abf297fae Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 21 Jan 2017 19:47:50 -0800 Subject: [PATCH] Cosmetic change in compiler() Signed-off-by: Tom Eastep --- Shorewall/lib.cli-std | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/Shorewall/lib.cli-std b/Shorewall/lib.cli-std index 3966f2b4c..79f49b9af 100644 --- a/Shorewall/lib.cli-std +++ b/Shorewall/lib.cli-std @@ -443,20 +443,21 @@ compiler() { fi options="--verbose=$VERBOSITY --family=$g_family --config_path=$CONFIG_PATH --shorewallrc=${shorewallrc}" - [ -n "$shorewallrc1" ] && options="$options --shorewallrc1=${shorewallrc1}" - [ -n "$STARTUP_LOG" ] && options="$options --log=$STARTUP_LOG" - [ -n "$LOG_VERBOSITY" ] && options="$options --log_verbosity=$LOG_VERBOSITY"; - [ -n "$g_export" ] && options="$options --export" - [ -n "$g_shorewalldir" ] && options="$options --directory=$g_shorewalldir" - [ -n "$g_timestamp" ] && options="$options --timestamp" - [ -n "$g_test" ] && options="$options --test" - [ -n "$g_preview" ] && options="$options --preview" + + [ -n "$shorewallrc1" ] && options="$options --shorewallrc1=${shorewallrc1}" + [ -n "$STARTUP_LOG" ] && options="$options --log=$STARTUP_LOG" + [ -n "$LOG_VERBOSITY" ] && options="$options --log_verbosity=$LOG_VERBOSITY"; + [ -n "$g_export" ] && options="$options --export" + [ -n "$g_shorewalldir" ] && options="$options --directory=$g_shorewalldir" + [ -n "$g_timestamp" ] && options="$options --timestamp" + [ -n "$g_test" ] && options="$options --test" + [ -n "$g_preview" ] && options="$options --preview" [ "$g_debugging" = trace ] && options="$options --debug" - [ -n "$g_refreshchains" ] && options="$options --refresh=$g_refreshchains" - [ -n "$g_confess" ] && options="$options --confess" - [ -n "$g_update" ] && options="$options --update" - [ -n "$g_annotate" ] && options="$options --annotate" - [ -n "$g_inline" ] && options="$options --inline" + [ -n "$g_refreshchains" ] && options="$options --refresh=$g_refreshchains" + [ -n "$g_confess" ] && options="$options --confess" + [ -n "$g_update" ] && options="$options --update" + [ -n "$g_annotate" ] && options="$options --annotate" + [ -n "$g_inline" ] && options="$options --inline" if [ -n "$PERL" ]; then if [ ! -x "$PERL" ]; then