Use #!/usr/bin/env bash instead of #!/bin/bash (#254)

Refer to https://github.com/dylanaraps/pure-bash-bible#shebang
This commit is contained in:
Liu-Cheng Xu
2018-06-27 17:40:22 +08:00
committed by Gav Wood
parent bb8344b76b
commit 323c055d5a
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -eux