--- commands/core/core.drush.inc.orig	2009-04-28 13:21:12.000000000 -0700
+++ commands/core/core.drush.inc	2009-04-28 13:21:49.000000000 -0700
@@ -220,6 +220,7 @@ function core_drush_help($section) {
 function _core_site_credentials() {
   $phase = drush_get_context('DRUSH_BOOTSTRAP_PHASE');
   if ($drupal_root = drush_get_context('DRUSH_DRUPAL_ROOT')) {
+    $credentials = '';
     $credentials .= sprintf("  %-18s: %s\n", 'Drupal Root', $drupal_root);
     $credentials .= sprintf("  %-18s: %s\n", 'Drupal version', drush_drupal_version());
     if ($site_root = drush_get_context('DRUSH_DRUPAL_SITE_ROOT')) {
