fixed PR9806 and PR9807
svn: r11940 original commit: 062152e71123d468e3e99f5f6eb082a28e7fbaee
This commit is contained in:
parent
836bc99535
commit
8adec09b9f
|
@ -40,7 +40,8 @@
|
|||
(apply simplify-path (regexp-replace*
|
||||
#rx"/" (if (path? p) (path->string p) p) "\\\\")
|
||||
more))
|
||||
(compose simplify-path expand-path*)))
|
||||
(lambda (p . more)
|
||||
(apply simplify-path (expand-path* p) more))))
|
||||
|
||||
(define directory-exists*? (compose directory-exists? expand-path*))
|
||||
(define file-exists*? (compose file-exists? expand-path*))
|
||||
|
|
Loading…
Reference in New Issue
Block a user