Index: trunk/ippTasks/science.cleanup.pro
===================================================================
--- trunk/ippTasks/science.cleanup.pro	(revision 29677)
+++ trunk/ippTasks/science.cleanup.pro	(revision 31854)
@@ -114,9 +114,8 @@
 
   task.exec
+    periods -exec $RUNEXEC
+
     book npages chipPendingCleanup -var N
-    if ($N == 0) 
-        periods -exec $RUNEXEC
-        break
-    end
+    if ($N == 0) break
     if ($NETWORK == 0) break
     
@@ -574,9 +573,8 @@
 
   task.exec
+    periods -exec $RUNEXEC
+
     book npages warpPendingCleanup -var N
-    if ($N == 0) 
-        periods -exec $RUNEXEC
-        break
-    end
+    if ($N == 0) break
     if ($NETWORK == 0) break
     
@@ -730,9 +728,8 @@
 
   task.exec
+    periods -exec $RUNEXEC
+
     book npages diffCleanup -var N
-    if ($N == 0) 
-        periods -exec $RUNEXEC
-        break
-    end
+    if ($N == 0) break
     if ($NETWORK == 0) break
     
@@ -1031,9 +1028,8 @@
 
   task.exec
+    periods -exec $RUNEXEC
+
     book npages chipBGPendingCleanup -var N
-    if ($N == 0) 
-        periods -exec $RUNEXEC
-        break
-    end
+    if ($N == 0) break
     if ($NETWORK == 0) break
     
@@ -1185,9 +1181,8 @@
 
   task.exec
+    periods -exec $RUNEXEC
+
     book npages warpBGPendingCleanup -var N
-    if ($N == 0) 
-        periods -exec $RUNEXEC
-        break
-    end
+    if ($N == 0) break
     if ($NETWORK == 0) break
     
