aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-command.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-command.cxx')
-rw-r--r--bpkg/pkg-command.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-command.cxx b/bpkg/pkg-command.cxx
index 0f54b95..f287886 100644
--- a/bpkg/pkg-command.cxx
+++ b/bpkg/pkg-command.cxx
@@ -154,7 +154,7 @@ namespace bpkg
pkg_command (cmd, c, o, cmd_v, cvars, ps);
- if (verb)
+ if (verb && !o.no_result ())
{
for (const pkg_command_vars& pv: ps)
text << cmd << (cmd.back () != 'e' ? "ed " : "d ") << *pv.pkg;