fixed PR9806 and PR9807

svn: r11940

original commit: 062152e71123d468e3e99f5f6eb082a28e7fbaee
This commit is contained in:
Eli Barzilay 2008-10-05 04:42:48 +00:00
parent 836bc99535
commit 8adec09b9f

View File

@ -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*))