aboutsummaryrefslogtreecommitdiff
path: root/bdep/git.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/git.cxx')
-rw-r--r--bdep/git.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/git.cxx b/bdep/git.cxx
index ed9d23d..cc697b3 100644
--- a/bdep/git.cxx
+++ b/bdep/git.cxx
@@ -135,7 +135,7 @@ namespace bdep
ep = "--exec-path=" + d.string ();
l4 ([&]{trace << (system ? "system: '" : "bundled: '") << pp.effect
- << "'" << (ep ? " " + *ep : "");});
+ << "'" << (ep ? ' ' + *ep : "");});
#endif
git = make_pair (move (pp), move (ep));