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