diff --git a/hyphenate/hyphenate/post-installer.rkt b/hyphenate/hyphenate/post-installer.rkt index 4736fad6..534b23a3 100644 --- a/hyphenate/hyphenate/post-installer.rkt +++ b/hyphenate/hyphenate/post-installer.rkt @@ -5,4 +5,5 @@ #;(for ([mod '(hyphenate/us hyphenate/fr)]) (displayln (format "running post-installer in ~a" mod)) (define proc (dynamic-require mod 'post-installer)) - (proc home-dir))) \ No newline at end of file + (proc home-dir)) + (void)) \ No newline at end of file