Index: includes/batch.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/batch.inc,v
retrieving revision 1.11
diff -u -p -r1.11 batch.inc
--- includes/batch.inc	4 Sep 2007 21:10:45 -0000	1.11
+++ includes/batch.inc	16 Sep 2007 20:41:58 -0000
@@ -99,6 +99,7 @@ function _batch_do() {
   list($percentage, $message) = _batch_process();
 
   drupal_json(array('status' => TRUE, 'percentage' => $percentage, 'message' => $message));
+  exit();
 }
 
 /**
