forked from kiss-community/kiss
kiss-owns: Fix #209
This commit is contained in:
parent
f77e08bd1b
commit
4de133f546
@ -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%/*}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*/*)
|
*/*)
|
||||||
|
Loading…
Reference in New Issue
Block a user