diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 14:30:54 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 14:30:54 -0400 |
| commit | 274564b7d0152ef28bae4a0a5066e4af1b79474e (patch) | |
| tree | 443623ab9fdabe6144e0812d83fd74ed7632140f /Propellor/SimpleSh.hs | |
| parent | 5d06f1ebc3b0ca8f6a287d2bf1c39c4cfb1fb89c (diff) | |
wow, cute bug
Diffstat (limited to 'Propellor/SimpleSh.hs')
| -rw-r--r-- | Propellor/SimpleSh.hs | 2 |
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 |
