Use "main.rkt" instead of "main.ss" in constructed path

original commit: 41ea7311f3e85e9455cc309c689d1b79cf5d9bd4
This commit is contained in:
Eli Barzilay 2010-05-17 09:55:48 -04:00
parent bc4b4c6168
commit 72c3254caf

View File

@ -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")