From 8faa0211cb7e37fa1bf644258ded7a79cb0f9907 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 30 Sep 2004 09:42:17 +0000 Subject: [PATCH] [project @ 2004-09-30 09:42:17 by simonmar] Haddock fixes --- System/Process.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -} -- 1.7.10.4