Use bash explicitly, not any system sh

This commit is contained in:
ItsDrike 2022-02-08 19:08:53 +00:00
parent 7e3a2bc954
commit 6389be559f
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
source ./scripts/common.sh
rm -rf "$STATIC_BUILD"

View file

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
BASEDIR="$PWD"
OUTPUT_DIR="$BASEDIR/public"

View file

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
source ./scripts/common.sh