Actions
Feature #4269
closedcommand with && should execute as shell
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
Actions