From cc3bdae903b70fe9034205de9a1a5ce688f27302 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Sat, 10 Feb 2024 00:29:14 -0500 Subject: [PATCH] Changed working directory to /home/aadhavan/Programming/Bash/sitegen --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 24d1d02..9889dd4 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -BASE_PATH=$(dirname "$0") +BASE_PATH="$PWD" check_for_dirs() { if [ ! -d "${BASE_PATH}/source" ]; then