From 8a4c2c6df798c365eac9a236f9bdebc67b92fa07 Mon Sep 17 00:00:00 2001 From: nightmarejam <42326244+Nightmarejam@users.noreply.github.com> Date: Wed, 20 Aug 2025 20:36:12 -0700 Subject: [PATCH] fix heredoc argument expansion --- scripts/scaffold_safe.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/scaffold_safe.sh b/scripts/scaffold_safe.sh index a52ed55..a75b267 100755 --- a/scripts/scaffold_safe.sh +++ b/scripts/scaffold_safe.sh @@ -12,8 +12,8 @@ create_if_missing () { else echo "➕ creating: $path" # shellcheck disable=SC2129 - cat > "$path" <<'EOF' -'"$@"' + cat > "$path" <