Merge branch 'change-shebang' into 'master'

Change shebang of bootstrap to /usr/bin/env to be more cross-platform

See merge request redox-os/redox!1235
This commit is contained in:
Jeremy Soller 2020-05-02 17:54:37 +00:00
commit aa76286e40

View file

@ -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