Changeset 28637
- Timestamp:
- Jul 8, 2010, 7:56:57 AM (16 years ago)
- Location:
- tags/ipp-20100701/pstamp/scripts
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp_checkdependent.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20100701/pstamp/scripts
- Property svn:mergeinfo set to
-
tags/ipp-20100701/pstamp/scripts/pstamp_checkdependent.pl
r28631 r28637 225 225 print "chipRun state is $chip->{chip_id} is in state $chip->{state} cannot update\n"; 226 226 faultJobs('stop', undef, undef, $PSTAMP_GONE); 227 return ;227 return 0; 228 228 } elsif (($chip->{data_state} ne 'update') and ($chip->{data_state} ne 'full')) { 229 229 my $command = "$chiptool -setimfiletoupdate -chip_id $chip_id -class_id $chip->{class_id}"; … … 249 249 print "chipRun state is $run->{chip_id} is in state $state cannot update\n"; 250 250 faultJobs('stop', undef, undef, $PSTAMP_GONE); 251 return ;251 return 0; 252 252 } 253 253
Note:
See TracChangeset
for help on using the changeset viewer.
