mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-09 21:49:41 +00:00
Use bash explicitly, not any system sh
This commit is contained in:
parent
7e3a2bc954
commit
6389be559f
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env bash
|
||||||
source ./scripts/common.sh
|
source ./scripts/common.sh
|
||||||
|
|
||||||
rm -rf "$STATIC_BUILD"
|
rm -rf "$STATIC_BUILD"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
BASEDIR="$PWD"
|
BASEDIR="$PWD"
|
||||||
OUTPUT_DIR="$BASEDIR/public"
|
OUTPUT_DIR="$BASEDIR/public"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
source ./scripts/common.sh
|
source ./scripts/common.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue