From 9fcee869590f69fb8e6cc21690dd250bf6f04ba0 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 18 Jun 2007 15:57:08 +0000 Subject: [PATCH] maybe this will help make it work svn: r6688 --- collects/tex2page/tex2page.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)))))