Index: branches/eam_branches/ipp-20120405/tools/runwarpskycell.pl
===================================================================
--- branches/eam_branches/ipp-20120405/tools/runwarpskycell.pl	(revision 33724)
+++ branches/eam_branches/ipp-20120405/tools/runwarpskycell.pl	(revision 33949)
@@ -105,5 +105,6 @@
 exit 0 if $pretend;
 
-exit system $command;
+my $rc =  system $command;
+exit $rc >> 8;
 
 
