aboutsummaryrefslogtreecommitdiff
path: root/build2/utility.txx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/utility.txx')
-rw-r--r--build2/utility.txx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/utility.txx b/build2/utility.txx
index 7479b0a..1f65b76 100644
--- a/build2/utility.txx
+++ b/build2/utility.txx
@@ -59,7 +59,7 @@ namespace build2
template <typename T, typename F>
T
run (uint16_t verbosity,
- const process_path& pp,
+ const process_env& pe,
const char* args[],
F&& f,
bool err,
@@ -67,7 +67,7 @@ namespace build2
sha256* checksum)
{
process pr (run_start (verbosity,
- pp,
+ pe,
args,
0 /* stdin */,
-1 /* stdout */,