From a061301ab789d00027f29f389627792dccbe1748 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 10 Mar 2022 17:31:47 +0300 Subject: Allow effective quoting for names that need curly braces in their representations --- libbuild2/name.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/name.hxx') diff --git a/libbuild2/name.hxx b/libbuild2/name.hxx index 795cd5c..7d179aa 100644 --- a/libbuild2/name.hxx +++ b/libbuild2/name.hxx @@ -201,7 +201,7 @@ namespace build2 // // In the effective quoting mode the special characters are: // - // $( \t\n#"' + // {}$( \t\n#"' // // As well as `\` if followed by any of the above characters or itself. // -- cgit v1.1