diff --git a/crucible-install.sh b/crucible-install.sh index ddb4718..fe49edc 100755 --- a/crucible-install.sh +++ b/crucible-install.sh @@ -238,6 +238,7 @@ function has_dependency { has_dep=0 echo "Checking for $1" if $1 --version; then + command -v $1 has_dep=1 else echo "Attempting to get it"