IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30856


Ignore:
Timestamp:
Mar 10, 2011, 1:32:10 PM (15 years ago)
Author:
bills
Message:

range check current stage in case the list got shortened while running

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/dist.pro

    r30654 r30856  
    188188     # stderr $LOGSUBDIR/dist.process.load.log
    189189
     190    # check current stage in case it is out of range because entries
     191    # have been removed
     192    if ($currentStage >= $DIST_STAGE:n) set currentStage = 0
     193
    190194    $run = disttool -pendingcomponent -stage $DIST_STAGE:$currentStage
    191195    $currentStage ++
Note: See TracChangeset for help on using the changeset viewer.