resolve paths in pathlist-closure
svn: r3171 original commit: e82c0f6bf835fffe3717376fabafaf485e2d1ebf
This commit is contained in:
parent
3795c206fa
commit
c4e5f84c13
|
@ -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