aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/sync.cxx')
-rw-r--r--bdep/sync.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/sync.cxx b/bdep/sync.cxx
index 7599148..25431d6 100644
--- a/bdep/sync.cxx
+++ b/bdep/sync.cxx
@@ -442,8 +442,8 @@ namespace bdep
dir_path out (dir_path (cfg) /= pkg.name.string ());
run_b (co,
o,
- src.representation () + '@' + out.representation () +
- ",forward");
+ "'" + src.representation () + "'@'" + out.representation () +
+ "',forward");
}
}
}