From 272dd3d81b1e7f2f0ce98dc19299a84f027e4b59 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 4 Jun 2016 14:26:47 +0300 Subject: Quote build2 operations arguments --- bpkg/cfg-create.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bpkg/cfg-create.cxx') diff --git a/bpkg/cfg-create.cxx b/bpkg/cfg-create.cxx index 6d727fd..3d2121e 100644 --- a/bpkg/cfg-create.cxx +++ b/bpkg/cfg-create.cxx @@ -136,7 +136,8 @@ namespace bpkg // Configure. // - run_b (o, c, "configure(" + c.string () + "/)", true, vars); // Run quiet. + // Run quiet. + run_b (o, c, "configure('" + c.string () + "/')", true, vars); // Create .bpkg/. // -- cgit v1.1