IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29382


Ignore:
Timestamp:
Oct 12, 2010, 2:58:23 PM (16 years ago)
Author:
bills
Message:

don't eat job_type pass it to command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_webrequest.pl

    r29330 r29382  
    2626my $dbname;
    2727my $dbserver;
    28 my $project;
    2928my $job_type;
    3029
    3130GetOptions(
    32     'job_type=s'    =>  \$job_type,
    3331    'dbname=s'      =>  \$dbname,
    3432    'dbserver=s'    =>  \$dbserver,
    35 #    'project=s'     => \$project,
    3633    'verbose'       => \$verbose,
    3734);
Note: See TracChangeset for help on using the changeset viewer.