aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/script/run.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/script/run.cxx')
-rw-r--r--libbuild2/script/run.cxx4
1 files changed, 2 insertions, 2 deletions
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<string, 4>& evs (vs);
- process_env pe (resolve ? pp : c.program, evs);
+ const small_vector<string, 4>& evars (vs);
+ process_env pe (resolve ? pp : c.program, evars);
if (verb >= 2)
print_process (pe, args);