resolve paths in pathlist-closure
svn: r3171
This commit is contained in:
parent
5c11b23cae
commit
e82c0f6bf8
|
@ -500,7 +500,8 @@
|
||||||
path))))
|
path))))
|
||||||
|
|
||||||
(define (pathlist-closure paths)
|
(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 '()])
|
[r '()])
|
||||||
(if (null? paths)
|
(if (null? paths)
|
||||||
(reverse! r)
|
(reverse! r)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user