Changeset 36499
- Timestamp:
- Feb 9, 2014, 6:02:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20130712/ippScripts/scripts/register_imfile.pl
- Property svn:mergeinfo set to
r35907 r36499 330 330 unless ($success) { 331 331 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 332 warn ("Unable to perform regtool -addprocessedimfile: $error_code"); 333 exit($error_code); 332 warn ("Unable to perform regtool -updateprocessedimfile: $error_code"); 333 # exit($error_code); 334 &my_die_for_update("Unable to perform updateprocessedimfile", 335 $exp_id, $class_id, $error_code); 336 334 337 } 335 338 } else { … … 522 525 carp($msg); 523 526 if (defined $exp_id && defined $class_id and not $no_update) { 527 sleep(5); 524 528 my $command = "$regtool -updateprocessedimfile"; 525 529 $command .= " -exp_id $exp_id";
Note:
See TracChangeset
for help on using the changeset viewer.
