From be14801929cf2a6caced87df034ae12a85f42aa6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 30 Nov 2016 17:32:43 +0200 Subject: Add support for typed/untyped concatenated expansion --- 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 0aa554f..8e288da 100644 --- a/build2/config/operation.cxx +++ b/build2/config/operation.cxx @@ -50,7 +50,7 @@ namespace build2 ofs << "# Created automatically by the config module." << endl << "#" << endl << "src_root = "; - to_stream (ofs, name (src_root, false), true, '@'); // Quote. + to_stream (ofs, name (src_root), true, '@'); // Quote. ofs << endl; ofs.close (); -- cgit v1.1