Browse Source

add shellcheck exclude for execution

pull/3151/head
H3o66 5 years ago
parent
commit
6bd37ef839
  1. 1
      lgsm/functions/command_debug.sh

1
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

Loading…
Cancel
Save