1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-07-02 14:02:26 +00: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. # Follow symlinks to any paths.
case $1 in case $1 in
/*) /*)
cd -P "$KISS_ROOT/${1%/*}" cd -P "$KISS_ROOT${1%/*}"
;; ;;
*/*) */*)