From 72c3254cafdfd7d039113182497beb641da93eac Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 17 May 2010 09:55:48 -0400 Subject: [PATCH] Use "main.rkt" instead of "main.ss" in constructed path original commit: 41ea7311f3e85e9455cc309c689d1b79cf5d9bd4 --- collects/mzlib/runtime-path.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/mzlib/runtime-path.rkt b/collects/mzlib/runtime-path.rkt index 0da6c7c..82b87f4 100644 --- a/collects/mzlib/runtime-path.rkt +++ b/collects/mzlib/runtime-path.rkt @@ -78,7 +78,7 @@ (let ([s (cadr p)]) (if (regexp-match? #rx"[./]" s) s - (string-append s "/main.ss"))))] + (string-append s "/main.rkt"))))] [dir (if (and (null? (cddr p)) (null? (cdr strs))) (collection-path "mzlib")