From 01492b7651ccc9b720b31e07a4ca6a060249a0f7 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 13 Sep 2021 21:07:11 +0100 Subject: [PATCH] unset depstatus --- lgsm/functions/check_deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh index 1a8bc505b..d9add0b78 100755 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -263,6 +263,7 @@ fn_deps_detector(){ done fi fi + unset depstatus # Missing dependencies are added to array_deps_missing. if [ "${missingdep}" == "1" ]; then