This commit is contained in:
Joey Hess 2013-12-06 13:56:06 -04:00
parent 5b5c33e06d
commit ef1ea499ba

View file

@ -200,7 +200,7 @@ processTranscript' cmd opts environ input = do
return (transcript, ok) return (transcript, ok)
#else #else
{- This implementation for Windows puts stderr after stdout. -} {- This implementation for Windows puts stderr after stdout. -}
processTranscript cmd opts input environ = do processTranscript' cmd opts input environ = do
p@(_, _, _, pid) <- createProcess $ p@(_, _, _, pid) <- createProcess $
(proc cmd opts) (proc cmd opts)
{ std_in = if isJust input then CreatePipe else Inherit { std_in = if isJust input then CreatePipe else Inherit