From ae5cab7489fe014dd3aa818cf2655d7a4714af83 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 16 Dec 2017 17:42:12 +0200 Subject: Improve process execution diagnostics by reusing run_*() API --- build2/context.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/context.cxx') diff --git a/build2/context.cxx b/build2/context.cxx index cfd925b..73717be 100644 --- a/build2/context.cxx +++ b/build2/context.cxx @@ -477,7 +477,7 @@ namespace build2 // string orig ( ops.config_guess_specified () - ? run (ops.config_guess (), [] (string& l) {return move (l);}) + ? run (3, ops.config_guess (), [](string& l) {return move (l);}) : BUILD2_HOST_TRIPLET); l5 ([&]{trace << "original host: '" << orig << "'";}); -- cgit v1.1