twn: fix symlinks

This commit is contained in:
Lera Elvoé 2025-02-16 00:46:15 +03:00
parent 835edd737c
commit 88a4876d91
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 -- "${BASH_SOURCE[0]}")" toolpath="$(dirname "$(readlink "${BASH_SOURCE[0]}")")"
export TWNROOT=$(realpath "$toolpath"/../) export TWNROOT=$(realpath "$toolpath"/../)
case "$1" in case "$1" in