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