mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-07 17:31:04 +00:00
The MC002 regex matched both `echo -e` and `echo -n`, but only `echo -e` is non-portable on macOS bash 3.2. `echo -n` works fine as a bash builtin. This caused 3 false positive errors (all TTY probe patterns using `echo -n "" > /dev/tty`) making the linter exit non-zero incorrectly. Agent: test-engineer Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| e2e.sh | ||
| macos-compat.sh | ||
| mock-curl-script.sh | ||
| mock.sh | ||
| qa-dry-run.sh | ||
| record.sh | ||
| run.sh | ||
| test-sandbox.sh | ||
| update-readme.py | ||