aboutsummaryrefslogtreecommitdiff
path: root/libbutl/b.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/b.cxx')
-rw-r--r--libbutl/b.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/b.cxx b/libbutl/b.cxx
index ff32237..1ce71ad 100644
--- a/libbutl/b.cxx
+++ b/libbutl/b.cxx
@@ -114,7 +114,7 @@ namespace butl
vops,
"-s",
ops,
- "info:", project.representation ());
+ "info:", "'" + project.representation () + "'");
pipe.out.close ();
ifdstream is (move (pipe.in), fdstream_mode::skip, ifdstream::badbit);