summaryrefslogtreecommitdiff
path: root/Propellor/SimpleSh.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 14:30:54 -0400
committerJoey Hess2014-04-01 14:30:54 -0400
commit274564b7d0152ef28bae4a0a5066e4af1b79474e (patch)
tree443623ab9fdabe6144e0812d83fd74ed7632140f /Propellor/SimpleSh.hs
parent5d06f1ebc3b0ca8f6a287d2bf1c39c4cfb1fb89c (diff)
wow, cute bug
Diffstat (limited to 'Propellor/SimpleSh.hs')
-rw-r--r--Propellor/SimpleSh.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/SimpleSh.hs b/Propellor/SimpleSh.hs
index 741c1bc8..0999be9a 100644
--- a/Propellor/SimpleSh.hs
+++ b/Propellor/SimpleSh.hs
@@ -57,7 +57,7 @@ simpleSh namedpipe = do
=<< catchMaybeIO (writeChan chan . t =<< hGetLine from)
void $ concurrently
(mkreader StdoutLine outh)
- (mkreader StderrLine outh)
+ (mkreader StderrLine errh)
writeChan chan . Done =<< waitForProcess pid