twn: fix symlinks but fr

This commit is contained in:
Lera Elvoé 2025-02-16 01:06:27 +03:00
parent 88a4876d91
commit 18a76649b9
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc

View File

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