twn: fix symlinks but fr

This commit is contained in:
2025-02-16 01:06:27 +03:00
parent 88a4876d91
commit 18a76649b9

View File

@ -4,7 +4,7 @@
set +e
exe="$(basename $PWD)"
toolpath="$(dirname "$(readlink "${BASH_SOURCE[0]}")")"
toolpath="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
export TWNROOT=$(realpath "$toolpath"/../)
case "$1" in