Improve test script portability
- Replace #!/bin/bash with #!/usr/bin/env bash for better portability - This helps ensure scripts run correctly on different systems where bash might be located in different paths 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
9b3ac63c3e
commit
a3fa6c2e8d
2 changed files with 24 additions and 18 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
# Detect OS and handle accordingly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue