From 651d841081b7913f369f65d1ad9346e449d5d79f Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Thu, 27 May 2021 17:01:02 +0200 Subject: [PATCH] B #5065: Fix syntax error --- src/mad/sh/scripts_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mad/sh/scripts_common.sh b/src/mad/sh/scripts_common.sh index 046aeccd35..0d2f5b5e2e 100644 --- a/src/mad/sh/scripts_common.sh +++ b/src/mad/sh/scripts_common.sh @@ -124,6 +124,7 @@ function log_debug function error_message { echo "$1" 1>&2 +} # Ensures the code is executed exclusively