Skip to content

fix: install.sh unbound variable error on exit#22

Merged
George-iam merged 2 commits intomainfrom
fix/install-unbound-var-20260407
Apr 7, 2026
Merged

fix: install.sh unbound variable error on exit#22
George-iam merged 2 commits intomainfrom
fix/install-unbound-var-20260407

Conversation

@George-iam
Copy link
Copy Markdown
Contributor

Summary

  • tmp is local to main(), trap runs in global scope - set -u crashes with "unbound variable"
  • Use ${tmp:-} to default to empty string

Test plan

  • curl -fsSL ... | bash completes without "unbound variable" error

tmp is local to main(), trap runs in global scope.
Use ${tmp:-} to avoid set -u error.
Override @anthropic-ai/sdk to >=0.81.0 to fix sandbox escape
vulnerability in memory tool path validation.
@George-iam George-iam merged commit 025f117 into main Apr 7, 2026
@George-iam George-iam deleted the fix/install-unbound-var-20260407 branch April 7, 2026 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant