mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-22 03:14:57 +00:00
refactor: drop nounset flag from cli/spawn.sh for consistency
Changed set -uo pipefail to set -eo pipefail to align with commit #27 which removed nounset from all other scripts due to incompatibility with optional env var checks (SPRITE_NAME, OPENROUTER_API_KEY, etc.). This file was missed in the original nounset removal sweep. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
073251362f
commit
7c37ac172f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
# spawn version Show version
|
||||
# spawn help Show this help
|
||||
|
||||
set -uo pipefail
|
||||
set -eo pipefail
|
||||
|
||||
# ── Constants ──────────────────────────────────────────────────────────────────
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue