diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-12-14 14:23:37 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-12-15 13:51:00 +0300 |
commit | b5bcfa655986310f70755551b12fb259ad91d774 (patch) | |
tree | 8b379e7fab4f4fdeaa03596be12efa6991e3b1b3 | |
parent | f8066ffefcb394dfa9394c81347472328105d43c (diff) |
Adapt to libbutl process API extension
-rw-r--r-- | bbot/worker/worker.cxx | 2 |
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)...)); |