aboutsummaryrefslogtreecommitdiff
path: root/build2/config/operation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/config/operation.cxx')
-rw-r--r--build2/config/operation.cxx2
1 files changed, 1 insertions, 1 deletions
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 ();