aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-unpack.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-unpack.cxx')
-rw-r--r--bpkg/pkg-unpack.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-unpack.cxx b/bpkg/pkg-unpack.cxx
index 7472194..d9d54ea 100644
--- a/bpkg/pkg-unpack.cxx
+++ b/bpkg/pkg-unpack.cxx
@@ -447,7 +447,7 @@ namespace bpkg
: pkg_unpack (c, t, move (n), move (v), o.replace ());
}
- if (verb)
+ if (verb && !o.no_result ())
{
if (!external)
text << "unpacked " << *p;