move shebang to first line of build.sh

This commit is contained in:
Cameron Braid 2024-09-09 16:20:48 +10:00
parent cfb2121d1b
commit d1dec5b8c2

View file

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