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/pkg-configure.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bpkg/pkg-configure.cxx') diff --git a/bpkg/pkg-configure.cxx b/bpkg/pkg-configure.cxx index e17ac01..6027269 100644 --- a/bpkg/pkg-configure.cxx +++ b/bpkg/pkg-configure.cxx @@ -105,11 +105,11 @@ namespace bpkg string bspec; if (src_root == out_root) - bspec = "configure(" + out_root.string () + "/)"; + bspec = "configure('" + out_root.string () + "/')"; else - bspec = "configure(" + - src_root.string () + "/@" + - out_root.string () + "/)"; + bspec = "configure('" + + src_root.string () + "/'@'" + + out_root.string () + "/')"; l4 ([&]{trace << "buildspec: " << bspec;}); -- cgit v1.1