diff options
-rw-r--r-- | libbutl/b.cxx | 2 |
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); |