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