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:
commit
aa76286e40
|
@ -1,4 +1,4 @@
|
|||
#! /bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
##########################################################
|
||||
# This function is simply a banner to introduce the script
|
||||
|
|
Loading…
Reference in a new issue