Skip to content

Commit 47e0207

Browse files
committed
Merge remote-tracking branch 'assisted-by-ai/claude/parse-cmd-nounset-fix-K3p7q'
2 parents b2afdf6 + c3ac810 commit 47e0207

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

help-steps/parse-cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ ${reset}"
953953
## equivalent of '--dry-run true'
954954
build_dry_run="true"
955955
export build_dry_run
956-
true "${BASH_SOURCE[0]} INFO: CI=$CI and dist_build_flavor ($dist_build_flavor) is NOT kicksecure-cli, therefore setting: build_dry_run=$build_dry_run"
956+
true "${BASH_SOURCE[0]} INFO: CI='${CI:-}' and dist_build_flavor='${dist_build_flavor:-}' is NOT kicksecure-cli, therefore setting: build_dry_run='${build_dry_run:-}'"
957957
fi
958958
fi
959959
}

0 commit comments

Comments
 (0)