twn: fix symlinks but fr
This commit is contained in:
parent
88a4876d91
commit
18a76649b9
2
bin/twn
2
bin/twn
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user