From 47f8eaa9701a791f6aae2819f0eb1e767a9aa2ff Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 17 Jun 2007 03:37:17 +0000 Subject: [PATCH] Fix 'safe-xxx' commands git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6574 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-common/shorewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-common/shorewall b/Shorewall-common/shorewall index 77f94f44c..81dd682de 100755 --- a/Shorewall-common/shorewall +++ b/Shorewall-common/shorewall @@ -884,7 +884,7 @@ safe_commands() { progress_message3 "Compiling..." - if ! compiler run $debugging nolock compile ${VARDIR}/.$command; then + if ! compiler run $debugging nolock ${VARDIR}/.$command; then status=$? [ -n "$nolock" ] || mutex_off exit $status