fix a bug in PLTDRPAR
This commit is contained in:
parent
87e637a1cc
commit
3cb3b9fa83
|
@ -88,11 +88,11 @@
|
|||
append
|
||||
(map
|
||||
(λ (x)
|
||||
(define-values (base name dir) (split-path x))
|
||||
(define proc (get-info/full x))
|
||||
(if proc
|
||||
(map (λ (dirs)
|
||||
(apply build-path base
|
||||
(apply build-path
|
||||
x
|
||||
(if (list? dirs)
|
||||
dirs
|
||||
(list dirs))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user