diff options
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/Process.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Process.hs b/Utility/Process.hs index 655b15f8e..03cbe9558 100644 --- a/Utility/Process.hs +++ b/Utility/Process.hs @@ -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 |