aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-command.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-command.cxx')
-rw-r--r--bpkg/pkg-command.cxx4
1 files changed, 3 insertions, 1 deletions
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.