diff options
Diffstat (limited to 'bpkg/openssl.cxx')
-rw-r--r-- | bpkg/openssl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/openssl.cxx b/bpkg/openssl.cxx index 3268cf8..01f07a0 100644 --- a/bpkg/openssl.cxx +++ b/bpkg/openssl.cxx @@ -51,7 +51,7 @@ namespace bpkg { error << "unable to execute " << args[0] << ": " << e; - if (e.child ()) + if (e.child) exit (1); throw failed (); |