IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17500


Ignore:
Timestamp:
May 2, 2008, 1:35:17 PM (18 years ago)
Author:
eugene
Message:

fixed a typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/summit.copy.pro

    r17345 r17500  
    190190        # save the DB name for the exit tasks
    191191        option $DB:$pztoolPendingExp_DB
    192         command pztool -pendingexp -limit 5 -dbname $DB:$pztoolPendingExt_DB
     192        command pztool -pendingexp -limit 5 -dbname $DB:$pztoolPendingExp_DB
    193193        $pztoolPendingExp_DB ++
    194194        if ($pztoolPendingExp_DB >= $DB:n) set pztoolPendingExp_DB = 0
     
    207207    task.exit default
    208208        showcommand failure
     209        if ($VERBOSE)
     210          echo "*** stdout ***"
     211          queueprint stdout
     212          echo "*** stderr ***"
     213          queueprint stderr
     214        end
    209215    end
    210216    task.exit timeout
Note: See TracChangeset for help on using the changeset viewer.