Fix dependency check condition (#48)

pull/144/head
AlexPresso 4 years ago committed by GitHub
parent 6ba58dacf1
commit 01713c042a

@ -74,7 +74,7 @@ function check_dependencies() {
fi
done
if [[ $missingDeps ]]; then
if [[ $missingDeps -eq 1 ]]; then
exit 1
fi
}

Loading…
Cancel
Save