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