Skip to content

Commit

Permalink
Change bash shebang to use env (#113)
Browse files Browse the repository at this point in the history
This is required for NixOS, where /usr/bin contains nothing but env.
The sh shebang does not need to be changed, since sh is still in /bin on NixOS (in fact, it's the ONLY thing in that directory).
  • Loading branch information
awebeer256 committed Jun 6, 2023
1 parent 8405dc4 commit f2c3c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-akmods-key
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash

set -oeux pipefail

Expand Down

0 comments on commit f2c3c41

Please sign in to comment.