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