From 6a690c7b0520e7d7529ccfbde208f7fa1a5e352e Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sat, 10 Dec 2005 23:01:22 +0000 Subject: [PATCH] reformatting for style svn: r1581 --- collects/finish-install/make.ss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/collects/finish-install/make.ss b/collects/finish-install/make.ss index 26abf35435..166e981138 100755 --- a/collects/finish-install/make.ss +++ b/collects/finish-install/make.ss @@ -7,7 +7,7 @@ exec mzscheme -mvt "$0" "$@" (require (lib "launcher.ss" "launcher")) (define tiny-program - '(begin [use-compiled-file-paths '()] + '(begin (use-compiled-file-paths '()) (current-directory (build-path (collection-path "mzlib") 'up 'up)) (load "install") (main '("install" "-i")))) @@ -16,6 +16,5 @@ exec mzscheme -mvt "$0" "$@" (mred-program-launcher-path "Finish Install") (cons '(forget-exe? . #t) - (build-aux-from-path (build-path - (collection-path "finish-install") - "finish-install"))))) + (build-aux-from-path + (build-path (collection-path "finish-install") "finish-install")))))