aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-08-22 22:08:58 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-08-22 22:08:58 +0300
commitf71e71db9a5aca2a9e2bb13558e8424b02a8f16c (patch)
treee7b2cd6c714fd0cf66753cafd54eb1c700938226
parent1d876b1360a9be46570360beb0bd8138557ff0da (diff)
Quote directory paths in buildspecs
-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);