mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-21 10:18:58 +02:00
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:
parent
4b456a3d34
commit
47f8eaa970
@ -884,7 +884,7 @@ safe_commands() {
|
|||||||
|
|
||||||
progress_message3 "Compiling..."
|
progress_message3 "Compiling..."
|
||||||
|
|
||||||
if ! compiler run $debugging nolock compile ${VARDIR}/.$command; then
|
if ! compiler run $debugging nolock ${VARDIR}/.$command; then
|
||||||
status=$?
|
status=$?
|
||||||
[ -n "$nolock" ] || mutex_off
|
[ -n "$nolock" ] || mutex_off
|
||||||
exit $status
|
exit $status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user