diff --git a/racket/lib/collects/setup/getinfo.rkt b/racket/lib/collects/setup/getinfo.rkt index 1efb3b9577..2fb6d698ee 100644 --- a/racket/lib/collects/setup/getinfo.rkt +++ b/racket/lib/collects/setup/getinfo.rkt @@ -211,8 +211,7 @@ (cons (build-path coll "info-domain" "compiled" "cache.rktd") coll)) (if (eq? key 'no-user) - (remove* (get-main-collects-search-dirs) - (current-library-collection-paths)) + (get-main-collects-search-dirs) (current-library-collection-paths))) (map (lambda (base) (cons (build-path base "info-cache.rktd")