From 85d200b8c0d991a061a4ba6a72395f6d467bcf2e Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 6 Apr 2020 09:20:59 -0700 Subject: [PATCH] suppress it --- hyphenate/hyphenate/post-installer.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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