commit | ddaf5c8f3030050fcd356a1e49e3ee8f8f52c6d4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 05 19:00:09 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 09 16:38:24 2014 -0600 |
tree | f670b03e86281912c34f2752b8e4371322634d7f | |
parent | 6208fcef9457f3c9b72c482376cfdba4c60cb728 [diff] |
patman: RunPipe() should not pipe stdout/stderr unless asked RunPipe() currently pipes the output of stdout and stderr to a pty, but this is not the intended behaviour. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>