Commit 3e03296
augenrules: use sh from PATH
expecting a shell to be in `/bin/sh` is not super portable for non-FHS systems.
While systemd does implicitly expect /bin/sh to exist,
this may not be the case on systemd-less systems.
`/usr/bin/env` is still an absolute path, but at least using env
allows replacing the interpreter shell via $PATH.1 parent 1db5397 commit 3e03296
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments