From 2abe03bac8d69b3522f677deec74b801867e94b8 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 4 Oct 2006 19:01:02 +0000 Subject: [PATCH] typo svn: r4479 --- collects/setup/dirs.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"