typo.
original commit: d4ac7ce63921cde5a6bb84e24bcfe34b477bb0dd
This commit is contained in:
parent
eb6f82b41e
commit
a773199a53
|
@ -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)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user