diff --git a/collects/compiler/cm.rkt b/collects/compiler/cm.rkt index 3d5745072f..89f37fd71a 100644 --- a/collects/compiler/cm.rkt +++ b/collects/compiler/cm.rkt @@ -81,7 +81,7 @@ (or (not date) (zo-date . > . date))) (cons zo-date - (delay (get-compiled-file-sha1 (get-zo-path) mode)))] + (delay (get-compiled-file-sha1 (get-zo-path))))] [date (cons date (delay (get-source-sha1 (get-path))))]