Compare commits

...

2 Commits

Author SHA1 Message Date
Jeremy Soller aa76286e40 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
2020-05-02 17:54:37 +00:00
AdminXVII fcde2ae5aa Change shebang of bootstrap to /usr/bin/env to be more cross-platform 2020-05-02 17:54:37 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/usr/bin/env bash
##########################################################
# This function is simply a banner to introduce the script