From a8130eb7c389dd2efba0f7ff2b77c45a90e1bc43 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 26 May 2010 14:27:37 -0600 Subject: [PATCH] fix typo in unixstyle-install --- collects/setup/unixstyle-install.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/setup/unixstyle-install.rkt b/collects/setup/unixstyle-install.rkt index cf1f676315..b702633824 100644 --- a/collects/setup/unixstyle-install.rkt +++ b/collects/setup/unixstyle-install.rkt @@ -200,7 +200,7 @@ (fix-executable f))) ;; fix the starter executable too (parameterize ([current-directory (dir: 'librkt)]) - (when (file-exists "starter") (fix-executable "starter")))) + (when (file-exists? "starter") (fix-executable "starter")))) ;; remove and record all empty dirs (define (remove-empty-dirs dir)