Commit f4312ae
Tom Brandenburg
fix: add bash execution guard to handle CI environments using sh
- Add bash version check at start of generated scripts
- Auto-reexecute with bash if running under sh/dash
- Prevents 'Illegal option -o pipefail' errors in GitHub Actions
- Ensures bash-specific features work regardless of CI shell environment1 parent 1d78d98 commit f4312ae
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
365 | 370 | | |
366 | 371 | | |
367 | 372 | | |
| |||
0 commit comments