aboutsummaryrefslogtreecommitdiff
path: root/bbot/worker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/worker.cxx')
-rw-r--r--bbot/worker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/worker.cxx b/bbot/worker.cxx
index 1d3e43e..63ccd0f 100644
--- a/bbot/worker.cxx
+++ b/bbot/worker.cxx
@@ -65,7 +65,7 @@ run_bpkg (tracer& t, string& log, const string& cmd, A&&... a)
//
auto cmdc = [&t, &log] (const char* c[], size_t n)
{
- run_trace (t, c, n);
+ t (c, n);
ostringstream os;
process::print (os, c, n);