Change shebang of bootstrap to /usr/bin/env to be more cross-platform
This commit is contained in:
parent
71ab21071d
commit
fcde2ae5aa
|
@ -1,4 +1,4 @@
|
||||||
#! /bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
##########################################################
|
##########################################################
|
||||||
# This function is simply a banner to introduce the script
|
# This function is simply a banner to introduce the script
|
||||||
|
|
Loading…
Reference in a new issue