Commit 07dac7f
committed
build: rely on bash from 'PATH'
/bin/bash isn't guaranteed to exist on any platform (unlike /bin/sh),
here we switch to relying on bash from the path instead, this lets us
build on systems like NixOS without breaking other systems.
Signed-off-by: Danielle Lancashire <dani@builds.terrible.systems>1 parent a4bcbd6 commit 07dac7f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
0 commit comments