You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bootstrap target was failing with '/bin/sh: @env: not found'
because the original implementation used complex shell conditionals
that could cause @ to be interpreted as a shell command.
Changes:
- Replace 'diff -q' with 'cmp -s' for reliable binary comparison
- Restructure conditional to test for success rather than failure
- Use plain echo for messages to avoid macro expansion issues
- Add explicit success/error messages for clarity
0 commit comments