diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-11-08 00:17:47 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-11-11 18:41:06 +0300 |
commit | 07e0d37aba5cd72ff2d53eda654a4d5466e38627 (patch) | |
tree | 80ab6452b0fc489833fb911926ca872e51ec1575 /libbuild2/context.cxx | |
parent | 5935476651cd063a53d08ec33b04513a7a8127e3 (diff) |
Use path_name for `-` to stdin/stdout translation
Diffstat (limited to 'libbuild2/context.cxx')
-rw-r--r-- | libbuild2/context.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/context.cxx b/libbuild2/context.cxx index 9ed69a5..b10aa3d 100644 --- a/libbuild2/context.cxx +++ b/libbuild2/context.cxx @@ -284,7 +284,7 @@ namespace build2 // (basically what's necessary inside a double-quoted literal plus the // single quote). // - path in ("<cmdline>"); // @@ PATH_NAME: make name + path_name in ("<cmdline>"); lexer l (is, in, 1 /* line */, "\'\"\\$("); // At the buildfile level the scope-specific variable should be |