From 14e0698602a93356c7f63c6ceaaae4b0e055b975 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 28 Nov 2011 13:43:01 -0700 Subject: [PATCH] raco setup: one more path simplifcation point Closes PR 12355 --- collects/setup/private/omitted-paths.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/setup/private/omitted-paths.rkt b/collects/setup/private/omitted-paths.rkt index afecdf6893..2856e98987 100644 --- a/collects/setup/private/omitted-paths.rkt +++ b/collects/setup/private/omitted-paths.rkt @@ -92,7 +92,7 @@ (let ([r (relative-from dir* (car root+table))]) (and r (cons (reverse r) root+table)))) (if root-dir - (list (list (explode-path root-dir) + (list (list (explode-path (simple-form-path root-dir)) (make-hash) #t)) (force roots)))]