mirror of https://github.com/garrytan/gstack.git
[ -f a ] || [ -f b ] && X="y" evaluates as A || (B && C), so the
assignment only runs when the second test passes. Wrap the OR group
in braces: { [ -f a ] || [ -f b ]; } && X="y".
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| specialists | ||
| SKILL.md | ||
| SKILL.md.tmpl | ||
| TODOS-format.md | ||
| checklist.md | ||
| design-checklist.md | ||
| greptile-triage.md | ||