aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-checkout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-checkout.cxx')
-rw-r--r--bpkg/pkg-checkout.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/bpkg/pkg-checkout.cxx b/bpkg/pkg-checkout.cxx
index 764373e..f46da60 100644
--- a/bpkg/pkg-checkout.cxx
+++ b/bpkg/pkg-checkout.cxx
@@ -231,11 +231,11 @@ namespace bpkg
// Form the buildspec.
//
- string bspec ("dist(");
+ string bspec ("dist('");
bspec += pd.representation ();
- bspec += '@';
+ bspec += "'@'";
bspec += od.representation ();
- bspec += ')';
+ bspec += "')";
// Remove the resulting package distribution directory on failure.
//
@@ -262,7 +262,7 @@ namespace bpkg
run_b (o,
verb_b::progress,
- strings ({"config.dist.root=" + c.representation ()}),
+ strings ({"config.dist.root='" + c.representation () + "'"}),
bspec);
// Revert the fix-ups.