? .svn
? commands/.svn
? commands/core/.svn
? commands/core/drupal/.svn
? commands/pm/.svn
? commands/pm/handler/.svn
? commands/pm/package_handler/.svn
? commands/pm/update_info/.svn
? commands/pm/version_control/.svn
? commands/simpletest/.svn
? commands/sql/.svn
? drush_pm/.svn
? drush_pm_cvs/.svn
? drush_pm_svn/.svn
? drush_pm_wget/.svn
? drush_simpletest/.svn
? drush_sql/.svn
? drush_tools/.svn
? includes/.svn
? includes/table.inc
? services/.svn
Index: commands/core/drupal/update_6.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/drush/commands/core/drupal/update_6.inc,v
retrieving revision 1.9
diff -u -r1.9 update_6.inc
--- commands/core/drupal/update_6.inc	19 Aug 2009 02:33:56 -0000	1.9
+++ commands/core/drupal/update_6.inc	12 Sep 2009 16:57:22 -0000
@@ -298,15 +298,14 @@
   // Set up $language, since the installer components require it.
   drupal_init_language();
 
+  drush_bootstrap(DRUSH_BOOTSTRAP_DRUPAL_FULL);
+
   // Set up theme system for the maintenance page.
   drupal_maintenance_theme();
 
   // Check the update requirements for Drupal.
   update_check_requirements();
 
-
-  drush_bootstrap(DRUSH_BOOTSTRAP_DRUPAL_FULL);
-  $profile = variable_get('install_profile', 'default');
   // Updates only run reliably if user ID #1 is logged in. For example, node_delete() requires elevated perms in D5/6.
   if (!drush_get_context('DRUSH_USER')) {
     drush_set_option('user', 1);
