From: simonmar Date: Thu, 30 Sep 2004 09:42:17 +0000 (+0000) Subject: [project @ 2004-09-30 09:42:17 by simonmar] X-Git-Tag: nhc98-1-18-release~234 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8faa0211cb7e37fa1bf644258ded7a79cb0f9907;p=ghc-base.git [project @ 2004-09-30 09:42:17 by simonmar] Haddock fixes --- diff --git a/System/Process.hs b/System/Process.hs index 0cef6b7..88b41f5 100644 --- a/System/Process.hs +++ b/System/Process.hs @@ -345,7 +345,7 @@ getProcessExitCode (ProcessHandle handle) = On Windows, CreateProcess takes a single string for the command, which is later decomposed by cmd.exe. In this case, we just want - to prepend "c:\WINDOWS\CMD.EXE /c" to our command line. The + to prepend @\"c:\WINDOWS\CMD.EXE \/c\"@ to our command line. The command-line translation that we normally do for arguments on Windows isn't required (or desirable) here. -}