From 0952e317492a32cab3a1c37c6657b090468cb19b Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sat, 4 Feb 2023 13:10:27 -0800 Subject: hello? --- finalize_build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'finalize_build.sh') diff --git a/finalize_build.sh b/finalize_build.sh index b48c6ca..474be13 100755 --- a/finalize_build.sh +++ b/finalize_build.sh @@ -5,10 +5,10 @@ ROOT_DIR="./build/website/" for i in $(find "$ROOT_DIR" -type f -name '*.html'); do if [ "$(basename "$i")" = 'index.html' ]; then - sed -i -e 's||\| Back|g' "$i" + gsed -i -e 's||\| Back|g' "$i" else - sed -i -e 's||\| Back|g' "$i" + gsed -i -e 's||\| Back|g' "$i" fi done; -sed -i -e 's|\| Back||g' "$ROOT_DIR/index.html" +gsed -i -e 's|\| Back||g' "$ROOT_DIR/index.html" -- cgit