From d3b505781968773a6bbff37dd33d54f129725446 Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Sun, 14 Dec 2025 12:46:45 +0000 Subject: [PATCH] wip Signed-off-by: 35C4n0r --- registry/coder/modules/claude-code/scripts/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {