From: "yhara (Yutaka HARA)" <redmine@...> Date: 2012-10-27T23:26:05+09:00 Subject: [ruby-core:48476] [ruby-trunk - Feature #4269] command with && should execute as shell Issue #4269 has been updated by yhara (Yutaka HARA). Target version changed from 2.0.0 to next minor ---------------------------------------- Feature #4269: command with && should execute as shell https://bugs.ruby-lang.org/issues/4269#change-31805 Author: rogerdpack (Roger Pack) Status: Assigned 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/