Index: /trunk/tools/runwarpskycell.pl
===================================================================
--- /trunk/tools/runwarpskycell.pl	(revision 30856)
+++ /trunk/tools/runwarpskycell.pl	(revision 30857)
@@ -65,9 +65,9 @@
     $run_state = 'new';
 } elsif ($state eq 'update') {
-    $state = 'update';
+    $run_state = 'update';
     # If the input chipRun has magicked < 0 we do not proceed because we don't know the magicked state of the inputs
     # The warptool -towarped query gets the right magicked value from the chipProcessedImfiles. Our simple query
     # does not and I'm not going to bother doint that today.
-    die "chipRun is not fully destreaked. This script does not support this state\n" if $magicked < 0;
+    die "chipRun is not fully destreaked. This script does not support this state\n" if !$pretend and $magicked < 0;
 } else {
     die "unexpected warpRun.state found: $state\n";
