spawn/shared
Sprite ed40229b5b refactor: Quote numeric variables in shared/common.sh
Improved bash safety by quoting numeric comparison variables:
- $elapsed and $timeout in OAuth timeout loop
- $server_pid in process cleanup (kill and wait)

This prevents potential word splitting and follows bash best practices
for variable quoting in numeric contexts.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-07 19:59:07 +00:00
..
common.sh refactor: Quote numeric variables in shared/common.sh 2026-02-07 19:59:07 +00:00