more fixes

This commit is contained in:
2025-08-30 11:44:53 -05:00
parent b884307cc1
commit 407179d9ef
2 changed files with 25 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
# set top dir
if [[ -z ${REPO_DIR} ]]; then
thisFile="${BASH_SOURCE[0]}"
thisFile="$(readlink -f "${BASH_SOURCE[0]}")"
REPO_DIR="$(dirname "${thisFile}")"
fi