Feature #4269
command with && should execute as shell
Description
=begin
Hello.
Currently with linux
command("ls && ls") is passed out to shell (correctly) so that it can run with the correctly logic.
On windows it should also do the same, but doesn't currently, passing it straight through as parameters.
I don't think this is exactly expected.
Thanks.
-r
=end
Related issues
Updated by usa (Usaku NAKAMURA) about 10 years ago
- Category set to core
- Status changed from Open to Assigned
- Assignee set to usa (Usaku NAKAMURA)
=begin
=end
Updated by nahi (Hiroshi Nakamura) over 9 years ago
- Assignee changed from usa (Usaku NAKAMURA) to nobu (Nobuyoshi Nakada)
- Target version set to 1.9.3
Updated by yhara (Yutaka HARA) over 8 years ago
- Target version changed from 2.0.0 to 2.6
Updated by Eregon (Benoit Daloze) over 8 years ago
- Status changed from Assigned to Closed
I think this has been implemented in #7143 (r37322).
Therefore, closing as duplicate.