resolve paths in pathlist-closure
svn: r3171
This commit is contained in:
parent
5c11b23cae
commit
e82c0f6bf8
|
@ -500,7 +500,8 @@
|
|||
path))))
|
||||
|
||||
(define (pathlist-closure paths)
|
||||
(let loop ([paths (map (lambda (p) (simplify-path p #f)) paths)]
|
||||
(let loop ([paths (map (lambda (p) (simplify-path (resolve-path p) #f))
|
||||
paths)]
|
||||
[r '()])
|
||||
(if (null? paths)
|
||||
(reverse! r)
|
||||
|
|
Loading…
Reference in New Issue
Block a user