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-command.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bpkg/pkg-command.cxx') diff --git a/bpkg/pkg-command.cxx b/bpkg/pkg-command.cxx index 57c3f53..4f5478d 100644 --- a/bpkg/pkg-command.cxx +++ b/bpkg/pkg-command.cxx @@ -61,8 +61,10 @@ namespace bpkg if (bspec.back () != '(') bspec += ' '; + + bspec += '\''; bspec += out_root.string (); - bspec += '/'; + bspec += "/'"; if (!pv.vars.empty ()) run (pv.vars); // Run this package. -- cgit v1.1