From 2df57d72b65012674e6bc64dec66d9b3fd7f993b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 14 May 2018 14:10:56 +0300 Subject: Fallback to output directory removal for --keep-out on disfigure failure --- bpkg/cfg-create.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bpkg/cfg-create.cxx') diff --git a/bpkg/cfg-create.cxx b/bpkg/cfg-create.cxx index 04d97f4..c55623a 100644 --- a/bpkg/cfg-create.cxx +++ b/bpkg/cfg-create.cxx @@ -75,10 +75,9 @@ namespace bpkg // Run quiet. Use path representation to get canonical trailing slash. // run_b (o, - c, - "create('" + c.representation () + "'" + mods + ")", verb_b::quiet, - vars); + vars, + "create('" + c.representation () + "'" + mods + ")"); // Create .bpkg/ and its subdirectories. // -- cgit v1.1