From b827890ba5962742bcd8d2a511ab742c0c54ec1a Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 3 Mar 2009 22:20:13 +0000 Subject: [PATCH] nicer looking output svn: r13928 --- collects/setup/setup-unit.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/setup/setup-unit.ss b/collects/setup/setup-unit.ss index 951fc96cf9..9baabeff62 100644 --- a/collects/setup/setup-unit.ss +++ b/collects/setup/setup-unit.ss @@ -817,7 +817,7 @@ #:when (regexp-match? #rx#"[.]tex$" (path-element->bytes f))) (let* ([pdf (scr:call 'run-pdflatex f (lambda (fmt . xs) - (apply setup-printf "pdflatex" fmt xs)))] + (apply setup-printf #f fmt xs)))] [target (build-path dest-dir pdf)]) (when (file-exists? target) (delete-file target)) (copy-file pdf target)))))