From ba004aa98b90346281cd1ff197d2e71830df4215 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 8 Feb 2022 20:04:21 +0100 Subject: [PATCH] Keep shebang at the top --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 4677328..719f9cd 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,5 +1,5 @@ -source ./scripts/common.sh #!/usr/bin/env sh +source ./scripts/common.sh rm -rf "$STATIC_BUILD" rm -rf "$OUTPUT_DIR"