mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-02 22:00:19 +00:00
Changed trap commands from double quotes to single quotes so variables expand at trap execution time instead of definition time. This prevents security issues where variables could be tampered with between trap definition and execution. Fixed 3 instances: - cli/install.sh (2 instances): trap 'rm -rf "$tmpdir"' EXIT - test/run.sh (1 instance): trap 'cleanup' EXIT Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| run.sh | ||