From b5bcfa655986310f70755551b12fb259ad91d774 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 14 Dec 2017 14:23:37 +0300 Subject: Adapt to libbutl process API extension --- bbot/worker/worker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)...)); -- cgit v1.1