From 4dc712967b17aab0f84650bba9320948de06cb24 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 10 Jan 2021 00:10:21 +0000 Subject: [PATCH] shellcheck fix --- lgsm/functions/update_vintagestory.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/update_vintagestory.sh b/lgsm/functions/update_vintagestory.sh index 758a9582b..98568f3ca 100755 --- a/lgsm/functions/update_vintagestory.sh +++ b/lgsm/functions/update_vintagestory.sh @@ -25,7 +25,7 @@ fn_update_vs_localbuild(){ # Uses executable to find local build. cd "${executabledir}" || exit if [ -f "${executable}" ]; then - localbuild=$(${preexecutable} ${executable} --version | sed '/^[[:space:]]*$/d') + localbuild="$(${preexecutable} ${executable} --version | sed '/^[[:space:]]*$/d')" fn_print_ok "Checking local build: ${remotelocation}" fn_script_log_pass "Checking local build" else