From 489920017757ed2a3c6ae6f4012ca2a6ba07c0de Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 21 Jul 2015 22:21:22 -0500 Subject: [PATCH] add what appears to be the right missing argument, judging from other uses of simultaneous-installs and the fact that the build seems to go through now --- racket/collects/pkg/private/install.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racket/collects/pkg/private/install.rkt b/racket/collects/pkg/private/install.rkt index c2d129f929..55808e99c8 100644 --- a/racket/collects/pkg/private/install.rkt +++ b/racket/collects/pkg/private/install.rkt @@ -270,7 +270,7 @@ (file-exists? (get-compilation-bytecode-file f)) (file-exists? (get-compilation-bytecode-file (path-replace-suffix f #".ss")))) (or (not updating?) - (not (hash-ref simultaneous-installs (path->pkg f #:cache path-pkg-cache))))) + (not (hash-ref simultaneous-installs (path->pkg f #:cache path-pkg-cache) #f)))) ;; This module is already installed (cons (path->pkg f #:cache path-pkg-cache) mp)] [else