fix raco setup and raco planet removal of bytecode

Closes PR 10941
This commit is contained in:
Matthew Flatt 2010-05-28 10:44:14 -06:00
parent eec92017c4
commit 3ded8c30d4

View File

@ -358,7 +358,7 @@
(let ([deps (with-handlers ([exn:fail? (lambda (x) null)])
(with-input-from-file path read))])
(when (and (pair? deps) (list? deps))
(for ([s (cdr deps)])
(for ([s (in-list (cddr deps))])
(unless (and (pair? s)
(eq? 'ext (car s)))
(let ([s (main-collects-relative->path s)])