From 6bd37ef8390d012d4e8da446265781f327bdcce8 Mon Sep 17 00:00:00 2001 From: H3o66 Date: Sun, 24 Jan 2021 14:39:28 +0100 Subject: [PATCH] add shellcheck exclude for execution --- lgsm/functions/command_debug.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lgsm/functions/command_debug.sh b/lgsm/functions/command_debug.sh index 7decf7705..0630b887f 100755 --- a/lgsm/functions/command_debug.sh +++ b/lgsm/functions/command_debug.sh @@ -114,6 +114,7 @@ elif [ "${shortname}" == "arma3" ]; then elif [ "${engine}" == "quake" ]; then ${executable} ${parms} -condebug else + # shellcheck disable=SC2086 ${preexecutable} ${executable} ${parms} fi