summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 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