oop
This commit is contained in:
parent
76fcf3adca
commit
1f2b42a853
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ processTranscript' cmd opts environ input = do
|
|||
return (transcript, ok)
|
||||
#else
|
||||
{- This implementation for Windows puts stderr after stdout. -}
|
||||
processTranscript' cmd opts input environ = do
|
||||
processTranscript' cmd opts environ input = do
|
||||
p@(_, _, _, pid) <- createProcess $
|
||||
(proc cmd opts)
|
||||
{ std_in = if isJust input then CreatePipe else Inherit
|
||||
|
|
Loading…
Reference in a new issue