From 1f2b42a8539089d43b57260e78d888f2d961f202 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 6 Dec 2013 13:59:22 -0400 Subject: [PATCH] oop --- Utility/Process.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utility/Process.hs b/Utility/Process.hs index 655b15f8ec..03cbe9558d 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