Index: trunk/ippTasks/science.cleanup.pro
===================================================================
--- trunk/ippTasks/science.cleanup.pro	(revision 34176)
+++ trunk/ippTasks/science.cleanup.pro	(revision 34203)
@@ -114,8 +114,10 @@
 
   task.exec
-    periods -exec $RUNEXEC
 
     book npages chipPendingCleanup -var N
-    if ($N == 0) break
+    if ($N == 0)
+        periods -exec $RUNEXEC
+        break
+    end
     if ($NETWORK == 0) break
     
@@ -573,8 +575,10 @@
 
   task.exec
-    periods -exec $RUNEXEC
 
     book npages warpPendingCleanup -var N
-    if ($N == 0) break
+    if ($N == 0) 
+        periods -exec $RUNEXEC
+        break
+    end
     if ($NETWORK == 0) break
     
@@ -728,8 +732,10 @@
 
   task.exec
-    periods -exec $RUNEXEC
 
     book npages diffCleanup -var N
-    if ($N == 0) break
+    if ($N == 0)
+        periods -exec $RUNEXEC
+        break
+    end
     if ($NETWORK == 0) break
     
@@ -1028,8 +1034,10 @@
 
   task.exec
-    periods -exec $RUNEXEC
 
     book npages chipBGPendingCleanup -var N
-    if ($N == 0) break
+    if ($N == 0)
+        periods -exec $RUNEXEC
+        break
+    end
     if ($NETWORK == 0) break
     
@@ -1181,8 +1189,9 @@
 
   task.exec
-    periods -exec $RUNEXEC
-
     book npages warpBGPendingCleanup -var N
-    if ($N == 0) break
+    if ($N == 0)
+        periods -exec $RUNEXEC
+        break
+    end
     if ($NETWORK == 0) break
     
