Commit 8dc1ec0
committed
Use portable shebang (#!/usr/bin/env bash) for bash scripts
Replace #!/bin/bash with #!/usr/bin/env bash for portability across
systems where bash may not be installed at /bin/bash (e.g. NixOS,
some BSDs, non-standard installations).1 parent 66f3dd4 commit 8dc1ec0
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