From e66023e394db72e81bc88e4747325380db7c96d0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 6 Jun 2017 13:54:01 +0300 Subject: Adapt to process_start() signature change --- bbot/utility.txx | 3 +-- bbot/worker.cxx | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bbot/utility.txx b/bbot/utility.txx index c5ac8ff..f747fed 100644 --- a/bbot/utility.txx +++ b/bbot/utility.txx @@ -32,8 +32,7 @@ namespace bbot forward (in), forward (out), forward (err), - cwd, - p, + butl::process_env (p, cwd), forward (args)...); } catch (const process_error& e) diff --git a/bbot/worker.cxx b/bbot/worker.cxx index 63ccd0f..82dc318 100644 --- a/bbot/worker.cxx +++ b/bbot/worker.cxx @@ -80,7 +80,6 @@ run_bpkg (tracer& t, string& log, const string& cmd, A&&... a) fdnull (), // Never reads from stdout. 2, // 1>&2 pipe.out, - dir_path (), "bpkg", "-v", cmd, -- cgit v1.1