aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-12-14 14:23:37 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-12-15 13:51:00 +0300
commitb5bcfa655986310f70755551b12fb259ad91d774 (patch)
tree8b379e7fab4f4fdeaa03596be12efa6991e3b1b3
parentf8066ffefcb394dfa9394c81347472328105d43c (diff)
Adapt to libbutl process API extension
-rw-r--r--bbot/worker/worker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx
index 803e755..3579f36 100644
--- a/bbot/worker/worker.cxx
+++ b/bbot/worker/worker.cxx
@@ -101,7 +101,7 @@ run_cmd (tracer& t,
process_start_callback (cmdc,
fdnull (), // Never reads from stdout.
2, // 1>&2
- pipe.out,
+ pipe,
pe,
forward<A> (a)...));