mirror of
https://codeberg.org/cage/tinmop/
synced 2024-12-20 23:34:40 +01:00
- cleaned a bit reults of 'prepend-pwd'.
This commit is contained in:
parent
8b50eec3be
commit
ad21da5957
@ -137,7 +137,7 @@
|
||||
|
||||
(defmethod prepend-pwd ((object string))
|
||||
(if (cl-ppcre:scan "^\\." object)
|
||||
(text-utils:strcat (os-utils:pwd) *directory-sep* object)
|
||||
(text-utils:strcat (os-utils:pwd) (subseq object 1))
|
||||
object))
|
||||
|
||||
(defmethod prepend-pwd ((object sequence))
|
||||
|
Loading…
Reference in New Issue
Block a user