--- drush.php	2007-10-24 11:52:42.000000000 +0200
+++ drush/drush.php	2007-10-24 11:58:05.000000000 +0200
@@ -122,7 +122,7 @@ function _drush_bootstrap_drupal() {
   require_once DRUSH_DRUPAL_BOOTSTRAP;
 
   if (($conf_path = conf_path()) && !file_exists("./$conf_path/settings.php")) {
-    drush_die("Unable to load Drupal configuration from $conf_path/.");
+    die("Unable to load Drupal configuration from $conf_path/.\n");
   }
 
   drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
