Index: trunk/ippTasks/detrend.norm.pro
===================================================================
--- trunk/ippTasks/detrend.norm.pro	(revision 28597)
+++ trunk/ippTasks/detrend.norm.pro	(revision 28598)
@@ -528,5 +528,5 @@
   task.exec
 
-    $run = dettool -revertnormalizedexp -all 
+    $run = dettool -revertnormalizedexp -all-run 
     if ($DB:n == 0)
       option DEFAULT
@@ -574,5 +574,5 @@
   task.exec
   
-    $run = dettool -revertnormalizedstat -all 
+    $run = dettool -revertnormalizedstat -all-run 
     if ($DB:n == 0)
       option DEFAULT
Index: trunk/ippTasks/detrend.process.pro
===================================================================
--- trunk/ippTasks/detrend.process.pro	(revision 28597)
+++ trunk/ippTasks/detrend.process.pro	(revision 28598)
@@ -392,5 +392,5 @@
   task.exec
   
-    $run = dettool -revertprocessedexp -all 
+    $run = dettool -revertprocessedexp -all-run 
     if ($DB:n == 0)
       option DEFAULT
Index: trunk/ippTasks/detrend.resid.pro
===================================================================
--- trunk/ippTasks/detrend.resid.pro	(revision 28597)
+++ trunk/ippTasks/detrend.resid.pro	(revision 28598)
@@ -397,5 +397,5 @@
   
 
-    $run = dettool -revertresidexp -all 
+    $run = dettool -revertresidexp -all-run 
     if ($DB:n == 0)
       option DEFAULT
