Skip to content

Commit

Permalink
Make the Makefile NixOS compatible
Browse files Browse the repository at this point in the history
`/usr/bin/bash` is not really universal way to invoke the bash shell.
`/usr/bin/env bash` is more appropriate.
  • Loading branch information
nagisa committed Dec 14, 2021
1 parent 6dc2462 commit 43f593c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SHELL=/bin/bash
SHELL=/usr/bin/env bash


#####
Expand Down

0 comments on commit 43f593c

Please sign in to comment.