From f71e71db9a5aca2a9e2bb13558e8424b02a8f16c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 22 Aug 2019 22:08:58 +0300 Subject: Quote directory paths in buildspecs --- libbutl/b.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/b.cxx') 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); -- cgit v1.1