diff options
| author | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2016-03-15 08:27:43 +0900 |
|---|---|---|
| committer | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2016-03-15 08:35:45 +0900 |
| commit | c3a483478a6a38caf174c1a439dda6e0c91a0cd6 (patch) | |
| tree | 1997f6e387655eaa1ef536962982b1e42e82f6c8 /ninja.cc | |
| parent | f3ad9e0cec73953592df5143d16d880595c7bc6e (diff) | |
Use subshell even when a command starts with '('
Diffstat (limited to 'ninja.cc')
| -rw-r--r-- | ninja.cc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -426,9 +426,6 @@ class NinjaGenerator { in++; bool needs_subshell = command_count > 1; - if (*in == '(') { - needs_subshell = false; - } if (needs_subshell) *cmd_buf += '('; |
