From: "Eregon (Benoit Daloze)" Date: 2012-10-27T23:51:50+09:00 Subject: [ruby-core:48480] [ruby-trunk - Feature #4269][Closed] command with && should execute as shell Issue #4269 has been updated by Eregon (Benoit Daloze). Status changed from Assigned to Closed I think this has been implemented in #7143 (r37322). Therefore, closing as duplicate. ---------------------------------------- Feature #4269: command with && should execute as shell https://bugs.ruby-lang.org/issues/4269#change-31808 Author: rogerdpack (Roger Pack) Status: Closed Priority: Normal Assignee: nobu (Nobuyoshi Nakada) Category: core Target version: next minor =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 -- http://bugs.ruby-lang.org/