diff options
Diffstat (limited to 'libbuild2/context.cxx')
-rw-r--r-- | libbuild2/context.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/context.cxx b/libbuild2/context.cxx index b4a3e93..9ed69a5 100644 --- a/libbuild2/context.cxx +++ b/libbuild2/context.cxx @@ -284,7 +284,8 @@ namespace build2 // (basically what's necessary inside a double-quoted literal plus the // single quote). // - lexer l (is, path ("<cmdline>"), 1 /* line */, "\'\"\\$("); + path in ("<cmdline>"); // @@ PATH_NAME: make name + lexer l (is, in, 1 /* line */, "\'\"\\$("); // At the buildfile level the scope-specific variable should be // separated from the directory with a whitespace, for example: |