? includes/table.inc Index: includes/backend.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/drush/includes/backend.inc,v retrieving revision 1.29 diff -u -p -r1.29 backend.inc --- includes/backend.inc 12 Apr 2010 14:41:49 -0000 1.29 +++ includes/backend.inc 15 Apr 2010 16:14:23 -0000 @@ -356,7 +356,7 @@ function _drush_backend_generate_command $command .= ' ' . escapeshellarg($arg); } // @TODO: Implement proper multi platform / multi server support. - $cmd = escapeshellcmd($drush_path) . " " . $option_str . " " . $command . " --backend"; + $cmd = escapeshellarg($drush_path) . " " . $option_str . " " . $command . " --backend"; if (!is_null($hostname)) { $username = (!is_null($username)) ? $username : get_current_user();