aboutsummaryrefslogtreecommitdiff
path: root/build2/context.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/context.cxx')
-rw-r--r--build2/context.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/context.cxx b/build2/context.cxx
index 32af1c2..d074d9c 100644
--- a/build2/context.cxx
+++ b/build2/context.cxx
@@ -387,7 +387,7 @@ namespace build2
// (basically what's necessary inside a double-quoted literal plus the
// single quote).
//
- lexer l (is, path ("<cmdline>"), "\'\"\\$(");
+ lexer l (is, path ("<cmdline>"), 1 /* line */, "\'\"\\$(");
// The first token should be a word, either the variable name or the
// scope qualification.