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
This commit is contained in:
teastep 2007-11-29 16:57:43 +00:00
parent efb5c5d26b
commit b2d14ddf9e

View File

@ -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"
#