original commit: d4ac7ce63921cde5a6bb84e24bcfe34b477bb0dd
This commit is contained in:
Eli Barzilay 2003-11-23 21:14:24 +00:00
parent eb6f82b41e
commit a773199a53

View File

@ -70,7 +70,7 @@
(define (compile-zo path)
((trace) (format "~acompiling: ~a" (indent) path))
(parameterize ([indent (string-append " " indent)])
(parameterize ([indent (string-append " " (indent))])
(let ([zo-name (string-append (get-compilation-path path) ".zo")])
(cond
[(and (file-exists? zo-name) (trust-existing-zos)) (touch zo-name)]