Commit d5925ae
committed
Update shebang in postBuild script to use 'env -S' for bash with verbose flag
On many systems, `env` does not work when bash is given a flag.
`-S` ensures that the flag is passed to bash on all systems.
This should fix a bug at least I was getting when trying to
build binder images.1 parent d905295 commit d5925ae
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
0 commit comments