From b7c43699304721c7bbae7ee5b897ce6e0719c2ee Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 17 May 2007 02:04:49 +0000 Subject: [PATCH] Fix 'try' command git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6380 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 e1261cae2..73c7a2e0c 100755 --- a/Shorewall-common/shorewall +++ b/Shorewall-common/shorewall @@ -1009,7 +1009,7 @@ try_command() { progress_message3 "Compiling..." - if ! compiler run $debugging nolock compile ${VARDIR}/.$command; then + if ! compiler run $debugging $nolock compile ${VARDIR}/.$command; then status=$? mutex_off exit $status