From b11aaa16d404ce7dc55de6b7338dccbf053a72bd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 Jul 2016 07:17:29 +0200 Subject: Adjust to new path implementation, use to support reversibility --- build2/config/operation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/config') diff --git a/build2/config/operation.cxx b/build2/config/operation.cxx index 59d5349..faeb570 100644 --- a/build2/config/operation.cxx +++ b/build2/config/operation.cxx @@ -52,7 +52,7 @@ namespace build2 ofs << "# Created automatically by the config module." << endl << "#" << endl << "src_root = "; - to_stream (ofs, name (src_root), true, '@'); // Quote. + to_stream (ofs, name (src_root, false), true, '@'); // Quote. ofs << endl; ofs.close (); -- cgit v1.1