Commit 2c94230
committed
style(Wind): Use POSIX sh shebang for build scripts
Update the shebang line in both Source/Run.sh and Source/prepublishOnly.sh from `#!/usr/bin/env bash` to `#!/usr/bin/env sh` for improved portability across Unix-like systems.
This ensures the build scripts can execute on systems where bash may not be installed or available at the standard path, adhering to POSIX compatibility standards.1 parent 81826d3 commit 2c94230
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments