From a8a5e80d6c698f6f0e07ec58067466230b4bf447 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 10 Apr 2017 17:47:18 +0300 Subject: Adapt to process_error change --- build2/utility.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/utility.cxx') diff --git a/build2/utility.cxx b/build2/utility.cxx index d26265d..475b72f 100644 --- a/build2/utility.cxx +++ b/build2/utility.cxx @@ -198,7 +198,7 @@ namespace build2 } catch (const process_error& e) { - if (e.child ()) + if (e.child) { // Note: run_finish() expects this exact message. // -- cgit v1.1