From 9b688ee9a5cd2147c9d755d5d7410170197054ad Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Thu, 9 Dec 2010 02:50:40 +0100 Subject: Maintainer field in headers set to jao --- Plugins/CommandReader.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Plugins/CommandReader.hs') diff --git a/Plugins/CommandReader.hs b/Plugins/CommandReader.hs index eee23a6..7c7c92d 100644 --- a/Plugins/CommandReader.hs +++ b/Plugins/CommandReader.hs @@ -4,7 +4,7 @@ -- Copyright : (c) John Goerzen -- License : BSD-style (see LICENSE) -- --- Maintainer : Andrea Rossato +-- Maintainer : Jose A. Ortega Ruiz -- Stability : unstable -- Portability : unportable -- @@ -31,7 +31,7 @@ instance Exec CommandReader where hSetBinaryMode hstdout False hSetBuffering hstdout LineBuffering forever ph (hGetLineSafe hstdout >>= cb) - where forever ph a = + where forever ph a = do a ec <- getProcessExitCode ph case ec of -- cgit v1.2.3