spawn/sprite/lib
Sprite 4504246d30 refactor: sprite/lib/common.sh - add proper variable quoting
Added quotes to numeric and process ID variables for safer bash execution:
- Quoted $attempt, $max_attempts in while loop conditions
- Quoted $nc_status in conditional checks
- Quoted $server_pid in kill and wait commands
- Quoted $elapsed, $timeout in timeout loop

This prevents potential issues with word splitting and glob expansion.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-07 19:48:21 +00:00
..
common.sh refactor: sprite/lib/common.sh - add proper variable quoting 2026-02-07 19:48:21 +00:00