From cae11509203061e894e6310c35ea50ae818af3a7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Sep 2015 06:59:28 +0200 Subject: Implement pkg-update command --- bpkg/pkg-configure.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/pkg-configure.cxx') diff --git a/bpkg/pkg-configure.cxx b/bpkg/pkg-configure.cxx index 65355ba..169772c 100644 --- a/bpkg/pkg-configure.cxx +++ b/bpkg/pkg-configure.cxx @@ -90,7 +90,7 @@ namespace bpkg // try { - run_b (bspec); + run_b (bspec, true, vars); // Run quiet. } catch (const failed&) { -- cgit v1.1