Skip to content

Commit

Permalink
use env in shebang for the sake of portability
Browse files Browse the repository at this point in the history
  • Loading branch information
cjustin authored and cjustin committed Jul 17, 2024
1 parent b355d07 commit 5ca4b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupiter
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/make -Rrf
#!/usr/bin/env -S make -Rrf
ifdef profile
SHELL=/usr/bin/time -f '=> jupiter: %e %C' /bin/bash -o pipefail
else
Expand Down

0 comments on commit 5ca4b74

Please sign in to comment.