Browse Source

unset depstatus

pull/3568/head
Daniel Gibbs 4 years ago
parent
commit
01492b7651
  1. 1
      lgsm/functions/check_deps.sh

1
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

Loading…
Cancel
Save