diff --git a/collects/setup/dirs.ss b/collects/setup/dirs.ss index f6590e0e6a..8dd5ff6cea 100644 --- a/collects/setup/dirs.ss +++ b/collects/setup/dirs.ss @@ -13,7 +13,7 @@ ;; Note: (expand-path (simplify-path P #f)) is bogus, if P is ;; "./~foo" or "~foo/.." (define (system-path* what) - (simplify-path (expand-path (find-system-path what) #f))) + (simplify-path (expand-path (find-system-path what)) #f)) ;; ---------------------------------------- ;; "collects"