reformatting for style
svn: r1581
This commit is contained in:
parent
837f499caf
commit
6a690c7b05
|
@ -7,7 +7,7 @@ exec mzscheme -mvt "$0" "$@"
|
||||||
(require (lib "launcher.ss" "launcher"))
|
(require (lib "launcher.ss" "launcher"))
|
||||||
|
|
||||||
(define tiny-program
|
(define tiny-program
|
||||||
'(begin [use-compiled-file-paths '()]
|
'(begin (use-compiled-file-paths '())
|
||||||
(current-directory (build-path (collection-path "mzlib") 'up 'up))
|
(current-directory (build-path (collection-path "mzlib") 'up 'up))
|
||||||
(load "install")
|
(load "install")
|
||||||
(main '("install" "-i"))))
|
(main '("install" "-i"))))
|
||||||
|
@ -16,6 +16,5 @@ exec mzscheme -mvt "$0" "$@"
|
||||||
(mred-program-launcher-path "Finish Install")
|
(mred-program-launcher-path "Finish Install")
|
||||||
(cons
|
(cons
|
||||||
'(forget-exe? . #t)
|
'(forget-exe? . #t)
|
||||||
(build-aux-from-path (build-path
|
(build-aux-from-path
|
||||||
(collection-path "finish-install")
|
(build-path (collection-path "finish-install") "finish-install")))))
|
||||||
"finish-install")))))
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user