From 422afdb14a7a0c141bce59287377bca1b1b34a07 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Sep 2015 13:15:53 +0200 Subject: Add --purge|-p option to pkg-{fetch,unpack} commands --- bpkg/pkg-fetch.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/pkg-fetch.cxx') diff --git a/bpkg/pkg-fetch.cxx b/bpkg/pkg-fetch.cxx index 7558862..9d4efaa 100644 --- a/bpkg/pkg-fetch.cxx +++ b/bpkg/pkg-fetch.cxx @@ -45,7 +45,7 @@ namespace bpkg if (!exists (a)) fail << "archive file '" << a << "' does not exist"; - purge = false; + purge = o.purge (); } else { -- cgit v1.1