Commit 643011e
committed
Execute startup scripts as single bash heredoc
Wraps startup scripts in a heredoc so they execute as a single script
rather than line-by-line. This supports shebangs and ensures all commands
run in the same subshell.1 parent 71446b6 commit 643011e
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| 317 | + | |
317 | 318 | | |
318 | 319 | | |
319 | | - | |
320 | | - | |
| 320 | + | |
| 321 | + | |
321 | 322 | | |
322 | 323 | | |
323 | 324 | | |
| |||
0 commit comments