From d1dec5b8c2b16ae33335611ea1708085998c64cc Mon Sep 17 00:00:00 2001 From: Cameron Braid Date: Mon, 9 Sep 2024 16:20:48 +1000 Subject: [PATCH] move shebang to first line of build.sh --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 6f0d199..72249ad 100755 --- a/build.sh +++ b/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 #