Merge branch 'fix-shebang' into 'master'

move shebang to first line of build.sh

See merge request redox-os/redox!1494
This commit is contained in:
Jeremy Soller 2024-09-11 21:18:29 +00:00
commit 3d09300cc7

View file

@ -1,7 +1,7 @@
# Alternative script for the build system Makefiles
#!/usr/bin/env bash
# Alternative script for the build system Makefiles
###########################################################################
# #
# Build the system, with a specified processor type and filesystem config #