fix a bug in PLTDRPAR

This commit is contained in:
Robby Findler 2011-02-17 12:25:36 -06:00
parent 87e637a1cc
commit 3cb3b9fa83

View File

@ -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))))