Index: trunk/ippScripts/scripts/detrend_reject_exp.pl
===================================================================
--- trunk/ippScripts/scripts/detrend_reject_exp.pl	(revision 18362)
+++ trunk/ippScripts/scripts/detrend_reject_exp.pl	(revision 18370)
@@ -296,4 +296,7 @@
 }
 
+## XXX for now, always stop on each iteration
+$stop = 1;
+
 ## add the summary statistics, and request a new iteration if needed
 $command = "$dettool -adddetrunsummary";
@@ -302,4 +305,6 @@
 $command .= " -accept" if $master;
 $command .= " -dbname $dbname" if defined $dbname;
+
+### XXX WE NEED to make this a recipe-driven option
 $command .= " -again" unless $stop; 
 $command .= $stats->cmdflags();
