mirror of
https://codeberg.org/kiss-community/kiss
synced 2025-03-09 14:50:01 -06:00
kiss-owns: Fix #209
This commit is contained in:
parent
f77e08bd1b
commit
4de133f546
@ -4,7 +4,7 @@
|
||||
# Follow symlinks to any paths.
|
||||
case $1 in
|
||||
/*)
|
||||
cd -P "$KISS_ROOT/${1%/*}"
|
||||
cd -P "$KISS_ROOT${1%/*}"
|
||||
;;
|
||||
|
||||
*/*)
|
||||
|
Loading…
Reference in New Issue
Block a user