From e7dfbcdf5a801d293adc60ed3095405360d7010d Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 15 May 2022 02:53:47 +0200 Subject: [PATCH] Re-add shebang --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index 10c8e38..d39f943 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash source ./scripts/common.sh rm -rf "$STATIC_BUILD"