move shebang to first line of build.sh
This commit is contained in:
parent
cfb2121d1b
commit
d1dec5b8c2
4
build.sh
4
build.sh
|
@ -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 #
|
||||
|
|
Loading…
Reference in a new issue