Fix justfile env shebang on Linux (#1330)
Add `-S` to the env invocation in the main justfile's shebang, which is required on Linux.
This commit is contained in:
parent
c2cb80e794
commit
3135db5e51
2
justfile
2
justfile
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env just --justfile
|
#!/usr/bin/env -S just --justfile
|
||||||
# ^ A shebang isn't required, but allows a justfile to be executed
|
# ^ A shebang isn't required, but allows a justfile to be executed
|
||||||
# like a script, with `./justfile test`, for example.
|
# like a script, with `./justfile test`, for example.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user