From b3bc26dc284cf73e97b88c9979d49368d07e686c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 26 Mar 2021 16:03:29 +0200 Subject: Add support for propagating project environment --- libbuild2/script/run.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/script/run.cxx') diff --git a/libbuild2/script/run.cxx b/libbuild2/script/run.cxx index 0b49dea..3faa35c 100644 --- a/libbuild2/script/run.cxx +++ b/libbuild2/script/run.cxx @@ -2126,8 +2126,8 @@ namespace build2 // Note that CWD and builtin-escaping character '^' are not printed. // - const small_vector& evs (vs); - process_env pe (resolve ? pp : c.program, evs); + const small_vector& evars (vs); + process_env pe (resolve ? pp : c.program, evars); if (verb >= 2) print_process (pe, args); -- cgit v1.1