From 3a40afaf0565b11f88a4d193c191a6161da34358 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Fri, 1 Mar 2013 18:02:41 -0600 Subject: [PATCH] used the wrong dir when checking the info.rkt santity thanks to Jos Koot for pointing out this bug --- collects/planet/util.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/planet/util.rkt b/collects/planet/util.rkt index 9c1a614e39..3592ae3d2f 100644 --- a/collects/planet/util.rkt +++ b/collects/planet/util.rkt @@ -363,7 +363,7 @@ (define info.rkt (let ([real-info (check-info.rkt-sanity - dir + abs-dir (λ (msg . args) (set! announcements (cons (apply format msg args) announcements))) (λ (bad) (set! warnings (cons bad warnings))) (λ (err) (set! critical-errors (cons err critical-errors))))])