raco setup: fix subcollection traversal

Closes PR 13740
This commit is contained in:
Matthew Flatt 2013-05-08 11:23:14 -04:00
parent 7946c73c42
commit d44f817865

View File

@ -404,6 +404,7 @@
(define (build-collection-tree cc)
(define (make-child-cc parent-cc name)
(collection-cc! (append (cc-collection parent-cc) (list name))
#:path (build-path (cc-path parent-cc) name)
#:info-root (cc-info-root cc)
#:info-path (cc-info-path cc)
#:info-path-mode (cc-info-path-mode cc)