Fix 'try' command

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6380 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-05-17 02:04:49 +00:00
parent 7ca413d831
commit b7c4369930

View File

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