mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-04-04 15:32:27 +00:00
Use bash explicitly, not any system sh
This commit is contained in:
parent
7e3a2bc954
commit
6389be559f
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
#!/usr/bin/env bash
|
||||
source ./scripts/common.sh
|
||||
|
||||
rm -rf "$STATIC_BUILD"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
BASEDIR="$PWD"
|
||||
OUTPUT_DIR="$BASEDIR/public"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
source ./scripts/common.sh
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue