Fix 'safe-xxx' commands

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6574 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-06-17 03:37:17 +00:00
parent 4b456a3d34
commit 47f8eaa970

View File

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