From 260729bd34c4b71e133a6b86b7302bef4a424ea2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 10 Apr 2017 17:46:51 +0300 Subject: Adapt to process_error change --- bpkg/archive.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/archive.cxx') diff --git a/bpkg/archive.cxx b/bpkg/archive.cxx index 3961aba..4e12e28 100644 --- a/bpkg/archive.cxx +++ b/bpkg/archive.cxx @@ -80,7 +80,7 @@ namespace bpkg { error << "unable to execute " << args[0] << ": " << e; - if (e.child ()) + if (e.child) exit (1); throw failed (); -- cgit v1.1