diff --git a/cluster/vagrant/util.sh b/cluster/vagrant/util.sh index afaf6a33ee1..0aeecd19ae3 100755 --- a/cluster/vagrant/util.sh +++ b/cluster/vagrant/util.sh @@ -82,7 +82,7 @@ function verify-prereqs { done if [ -z "${provider_found}" ]; then - if [ -n "${VAGRANT_DEFAULT_PROVIDER}" ]; then + if [ -n "${VAGRANT_DEFAULT_PROVIDER:-}" ]; then echo "Can't find the necessary components for the ${VAGRANT_DEFAULT_PROVIDER} vagrant provider." echo "Possible reasons could be: " echo -e "\t- vmrun utility is not in your path"