? drush_drush_shutdown.patch
Index: drush.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/drush/drush.php,v
retrieving revision 1.32
diff -u -p -r1.32 drush.php
--- drush.php	6 Dec 2008 14:55:50 -0000	1.32
+++ drush.php	16 Aug 2009 23:18:02 -0000
@@ -260,7 +260,7 @@ function _drush_bootstrap_drupal() {
 }
 
 function drush_shutdown() {
-  if (!function_exists('drupal_set_content')) {
+  if (!function_exists('drupal_set_message')) {
     $message = "E: Drush was not able to start (bootstrap) Drupal.\n";
     $message .= "Hint: This error often occurs when Drush is trying to bootstrap a site\n";
     $message .= "that has not been installed or does not have a configured \$db_url.\n";
