diff --git a/collects/setup/setup-unit.ss b/collects/setup/setup-unit.ss index 1451b7402f..6044ef4fe6 100644 --- a/collects/setup/setup-unit.ss +++ b/collects/setup/setup-unit.ss @@ -544,7 +544,7 @@ (compiler:option:compile-subcollections #f)) (define (do-install-part part) - (when (or (call-install) (and (eq? part 'post) (call-post-install))) + (when (if (eq? part 'post) (call-post-install) (call-install)) (for ([cc ccs-to-compile]) (let/ec k (begin-record-error cc (case part