From c0a09ccef6a359956bf7458c14764619f0029b1a Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 5 Jan 2008 23:06:05 +0000 Subject: [PATCH] fix winvers script svn: r8229 --- collects/setup/winvers.ss | 4 ++-- src/worksp/README | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/setup/winvers.ss b/collects/setup/winvers.ss index 0580432381..cef19f9900 100644 --- a/collects/setup/winvers.ss +++ b/collects/setup/winvers.ss @@ -36,7 +36,7 @@ (subprocess (current-output-port) (current-input-port) (current-error-port) exe "--collects" collects-dir - "-mvqL-" "winvers.ss" "setup" "patch"))] + "-l" "setup/winvers" "patch"))] [(equal? argv #("patch")) (sleep 1) ; time for other process to end (patch-files) @@ -44,7 +44,7 @@ (subprocess (current-output-port) (current-input-port) (current-error-port) (build-path (find-console-bin-dir) "mzscheme.exe") - "-mvqL-" "winvers.ss" "setup" "finish")] + "-l" "setup/winvers" "finish")] [(equal? argv #("finish")) (sleep 1) ; time for other process to end (delete-directory/files diff --git a/src/worksp/README b/src/worksp/README index d52993fa89..0a68c8cbd0 100644 --- a/src/worksp/README +++ b/src/worksp/README @@ -164,7 +164,7 @@ be replaced with a specific version. To replace the "xxxxxxx" with a specific version, run - mzscheme -l setup/winvers.ss + mzscheme -l setup/winvers in a shell.