diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-06 13:56:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-06 13:56:06 -0400 |
commit | 63ac1fb2503a80cd172279a9dac65dbfa3a9ad10 (patch) | |
tree | 9c2d69df9743507307e44af5633896df6fbc86a1 | |
parent | 528541d601b97dc282af8baf8b00df80c57976e5 (diff) |
oop
-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 89b27597a..655b15f8e 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 input environ = do p@(_, _, _, pid) <- createProcess $ (proc cmd opts) { std_in = if isJust input then CreatePipe else Inherit |