diff options
-rw-r--r-- | bpkg/pkg-command.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-command.cxx b/bpkg/pkg-command.cxx index bf7107e..93e1779 100644 --- a/bpkg/pkg-command.cxx +++ b/bpkg/pkg-command.cxx @@ -53,7 +53,7 @@ namespace bpkg // string bspec; - auto run = [&trace, &c, &o, &lvars, &gvars, &bspec] ( + auto run = [&trace, &o, &lvars, &gvars, &bspec] ( const strings& vars = strings ()) { if (!bspec.empty ()) |