summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2023-02-04 13:12:32 -0800
committerPreston Pan <preston@nullring.xyz>2023-02-04 13:12:32 -0800
commitefcbae35607ee7406e97e9075a6b23c505bcf2be (patch)
tree702555c9da96594e142c462bcdfb7c9eea6fc6c2
parent332d5fc8fdf0df709361ecfcbfa4ff1f952c07d4 (diff)
this might work
-rwxr-xr-xbuild.sh2
-rwxr-xr-xfinalize_build.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index b4a0558..831304c 100755
--- a/build.sh
+++ b/build.sh
@@ -27,7 +27,7 @@ find ./website -type d | xargs -I{} mkdir -p "$BUILD_DIR/{}"
# With all the preparation done, it hands execution over to the process_file script.
find ./website -type f -exec ./process_file {} \; || exit 1
-bash finalize_build.sh
+./finalize_build.sh
if [ $# -eq 0 ]; then
exit 0 # and exits 0 if successful and no commit message was supplied.
fi
diff --git a/finalize_build.sh b/finalize_build.sh
index 474be13..ddcc7c6 100755
--- a/finalize_build.sh
+++ b/finalize_build.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
ROOT_DIR="./build/website/"
# replace placeholder tags with stuff