From 3856cb34515806f350a9ab910348fa43aee7e51c Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 6 Apr 2020 09:19:10 -0700 Subject: [PATCH] suppress post installer --- hyphenate/hyphenate/post-installer.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyphenate/hyphenate/post-installer.rkt b/hyphenate/hyphenate/post-installer.rkt index 90fafc35..4736fad6 100644 --- a/hyphenate/hyphenate/post-installer.rkt +++ b/hyphenate/hyphenate/post-installer.rkt @@ -2,7 +2,7 @@ (provide (all-defined-out)) (define (post-installer home-dir) - (for ([mod '(hyphenate/us hyphenate/fr)]) + #;(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