Set VAGRANT_CWD so commands work from anywhere

This commit is contained in:
Joe Beda 2015-01-16 13:44:10 -08:00
parent c5634e90ba
commit 611be41aa5

View File

@ -40,6 +40,10 @@ function verify-prereqs {
fi
done
# Set VAGRANT_CWD to KUBE_ROOT so that we find the right Vagrantfile no
# matter what directory the tools are called from.
export VAGRANT_CWD="${KUBE_ROOT}"
export USING_KUBE_SCRIPTS=true
}