aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-create.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-06-04 14:26:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-06-18 15:10:59 +0300
commit272dd3d81b1e7f2f0ce98dc19299a84f027e4b59 (patch)
tree8a1d9f6ade57b6d2a91ec1e7d270575457f86c83 /bpkg/cfg-create.cxx
parentb501355018d904bcc2ffb467b59377ccd8e592e8 (diff)
Quote build2 operations arguments
Diffstat (limited to 'bpkg/cfg-create.cxx')
-rw-r--r--bpkg/cfg-create.cxx3
1 files changed, 2 insertions, 1 deletions
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/.
//