diff --git a/collects/tex2page/tex2page.ss b/collects/tex2page/tex2page.ss index e71e5fa604..dd0c52ac1a 100644 --- a/collects/tex2page/tex2page.ss +++ b/collects/tex2page/tex2page.ss @@ -7,6 +7,6 @@ (parameterize ((current-namespace (make-namespace))) (namespace-require - `(file - ,(build-path (this-expression-source-directory) "tex2page-aux.ss"))) + `(path->string (file ,(build-path (this-expression-source-directory) + "tex2page-aux.ss")))) ((namespace-variable-value 'tex2page) f)))))