We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e4bfab + 67ff596 commit 85c7159Copy full SHA for 85c7159
1 file changed
bin/run
@@ -93,7 +93,7 @@ function main() {
93
local phase
94
phase="$(basename "${0}")"
95
96
- if [[ "${CF_STACK}" == "cflinuxfs4" ]]; then
+ if [[ "${CF_STACK:-}" == "cflinuxfs4" ]]; then
97
if [[ ! -e "${RUBY_DIR}" ]]; then
98
mkdir -p "${RUBY_DIR}"
99
0 commit comments