Index: trunk/pstamp/scripts/pstamp_checkdependent.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_checkdependent.pl	(revision 28635)
+++ trunk/pstamp/scripts/pstamp_checkdependent.pl	(revision 28636)
@@ -225,5 +225,5 @@
                 print "chipRun state is $chip->{chip_id} is in state $chip->{state} cannot update\n";
                 faultJobs('stop', undef, undef, $PSTAMP_GONE);
-                return;
+                return 0;
             } elsif (($chip->{data_state} ne 'update') and ($chip->{data_state} ne 'full')) {
                 my $command = "$chiptool -setimfiletoupdate -chip_id $chip_id -class_id $chip->{class_id}";
@@ -249,5 +249,5 @@
             print "chipRun state is $run->{chip_id} is in state $state cannot update\n";
             faultJobs('stop', undef, undef, $PSTAMP_GONE);
-            return;
+            return 0;
         }
 
