? includes/table.inc
Index: includes/backend.inc
===================================================================
RCS file: /cvs/drupal/contributions/modules/drush/includes/backend.inc,v
retrieving revision 1.15
diff -u -r1.15 backend.inc
--- includes/backend.inc	20 May 2009 21:26:55 -0000	1.15
+++ includes/backend.inc	24 Jun 2009 00:47:55 -0000
@@ -346,7 +346,6 @@
  * Use this if you don't care what the return value of the command may be.
  */
 function drush_backend_fork($command, $data, $drush_path = null, $hostname = null, $username = null) {
-  $data['quiet'] = TRUE;
   $cmd = "(" . _drush_backend_generate_command($command, $data, 'GET', $drush_path, $hostname, $username) . ' &) > /dev/null';
   drush_log(dt("Forking : !cmd", array('!cmd' => $cmd)));
   system($cmd);
