kiss-owns: Fix #209

This commit is contained in:
Dylan Araps 2021-06-28 07:14:57 +00:00
parent f77e08bd1b
commit 4de133f546
1 changed files with 1 additions and 1 deletions

View File

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