1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-09-28 12:22:39 -06:00

kiss-owns: Fix #209

This commit is contained in:
Dylan Araps 2021-06-28 07:14:57 +00:00
parent f77e08bd1b
commit 4de133f546

View File

@ -4,7 +4,7 @@
# Follow symlinks to any paths.
case $1 in
/*)
cd -P "$KISS_ROOT/${1%/*}"
cd -P "$KISS_ROOT${1%/*}"
;;
*/*)