diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-02-16 17:15:46 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-02-16 22:26:38 +0300 |
commit | 7863221ec4af93d9c57644be170aa49ca23c8f7a (patch) | |
tree | 04efeb92dfee241cb4b1f4db9c71ccaf77a2c8d4 /libbuild2/adhoc-rule-buildscript.cxx | |
parent | 042de06bcc281832d1eb03c06b85fdca78b76012 (diff) |
Invent quoting modes for to_stream(name)
Diffstat (limited to 'libbuild2/adhoc-rule-buildscript.cxx')
-rw-r--r-- | libbuild2/adhoc-rule-buildscript.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/adhoc-rule-buildscript.cxx b/libbuild2/adhoc-rule-buildscript.cxx index c64dbfb..7174296 100644 --- a/libbuild2/adhoc-rule-buildscript.cxx +++ b/libbuild2/adhoc-rule-buildscript.cxx @@ -183,7 +183,7 @@ namespace build2 { os << " ["; os << "diag="; - to_stream (os, name (*script.diag_name), true /* quote */, '@'); + to_stream (os, name (*script.diag_name), quote_mode::normal, '@'); os << ']'; } } |