diff --git a/registry/coder/modules/claude-code/scripts/start.sh b/registry/coder/modules/claude-code/scripts/start.sh index 185ab03d..4fabe02e 100644 --- a/registry/coder/modules/claude-code/scripts/start.sh +++ b/registry/coder/modules/claude-code/scripts/start.sh @@ -3,10 +3,10 @@ # Set strict error handling AFTER sourcing bashrc to avoid unbound variable errors from user dotfiles set -euo pipefail -true > "${HOME}/start.log" +true > "$HOME/start.log" log() { - printf "$@" >> "${HOME}/start.log" + printf "$@" >> "$HOME/start.log" } command_exists() {