From b2d14ddf9eac1abeba0c9aa7ce687c15a65da2bf Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 29 Nov 2007 16:57:43 +0000 Subject: [PATCH] Remove superfluous whitespace in command to run compiler.pl git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7791 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-common/shorewall | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Shorewall-common/shorewall b/Shorewall-common/shorewall index a9cee4dde..8376369f2 100755 --- a/Shorewall-common/shorewall +++ b/Shorewall-common/shorewall @@ -361,13 +361,13 @@ compiler() { [ "$1" = nolock ] && shift; shift - options="--verbose=$VERBOSE " - [ -n "$STARTUP_LOG" ] && options="$options --log=$STARTUP_LOG " - [ -n "$LOG_VERBOSITY" ] && options="$options --log_verbosity=$LOG_VERBOSITY "; - [ -n "$EXPORT" ] && options="$options --export " - [ -n "$SHOREWALL_DIR" ] && options="$options --directory=$SHOREWALL_DIR " - [ -n "$TIMESTAMP" ] && options="$options --timestamp " - [ "$debugging" = trace ] && options="$options --debug " + options="--verbose=$VERBOSE" + [ -n "$STARTUP_LOG" ] && options="$options --log=$STARTUP_LOG" + [ -n "$LOG_VERBOSITY" ] && options="$options --log_verbosity=$LOG_VERBOSITY"; + [ -n "$EXPORT" ] && options="$options --export" + [ -n "$SHOREWALL_DIR" ] && options="$options --directory=$SHOREWALL_DIR" + [ -n "$TIMESTAMP" ] && options="$options --timestamp" + [ "$debugging" = trace ] && options="$options --debug" [ -n "$REFRESHCHAINS" ] && options="$options --refresh=$REFRESHCHAINS" [ -x $pc ] || startup_error "SHOREWALL_COMPILER=perl requires the shorewall-perl package which is not installed" #