IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19076


Ignore:
Timestamp:
Aug 14, 2008, 3:28:10 PM (18 years ago)
Author:
eugene
Message:

fixed cleanup _DB names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080806/ippTasks/warp.pro

    r18945 r19076  
    320320    else
    321321      # save the DB name for the exit tasks
    322       option $DB:$warp_cleanup_DB
    323       command warptool -pendingcleanuprun -limit 20 -dbname $DB:$warp_cleanup_DB
    324       $warp_cleanup_DB ++
    325       if ($warp_cleanup_DB >= $DB:n) set warp_cleanup_DB = 0
     322      option $DB:$warpCleanup_DB
     323      command warptool -pendingcleanuprun -limit 20 -dbname $DB:$warpCleanup_DB
     324      $warpCleanup_DB ++
     325      if ($warpCleanup_DB >= $DB:n) set warpCleanup_DB = 0
    326326    end
    327327  end
Note: See TracChangeset for help on using the changeset viewer.