From 6389be559f361cf7e023c89f330408de26a72613 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 8 Feb 2022 19:08:53 +0000 Subject: [PATCH] Use bash explicitly, not any system sh --- scripts/build.sh | 2 +- scripts/common.sh | 2 +- scripts/server.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 719f9cd..14497bd 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash source ./scripts/common.sh rm -rf "$STATIC_BUILD" diff --git a/scripts/common.sh b/scripts/common.sh index f32ae38..b5f30d0 100755 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash BASEDIR="$PWD" OUTPUT_DIR="$BASEDIR/public" diff --git a/scripts/server.sh b/scripts/server.sh index 39a6513..1974019 100755 --- a/scripts/server.sh +++ b/scripts/server.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash source ./scripts/common.sh