oop
This commit is contained in:
parent
5b5c33e06d
commit
ef1ea499ba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue