Commit c266b00
committed
Do not add extra argument to /usr/bin/env
Fixes #16.
/usr/bin/env on Linux and many other Unix-y systems do not seem to split
arguments to env, resulting in attempting to run the rest of the argument
strings as one single command and failing.1 parent 8c1b8bd commit c266b00
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments