diff --git a/bin/run b/bin/run index c4bd677b81..f090e8a896 100755 --- a/bin/run +++ b/bin/run @@ -93,7 +93,7 @@ function main() { local phase phase="$(basename "${0}")" - if [[ "${CF_STACK}" == "cflinuxfs4" ]]; then + if [[ "${CF_STACK:-}" == "cflinuxfs4" ]]; then if [[ ! -e "${RUBY_DIR}" ]]; then mkdir -p "${RUBY_DIR}"