IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2007, 12:39:44 PM (19 years ago)
Author:
Paul Price
Message:

All scripts should take workdir, even if they don't use it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/phase0_exp.pl

    r11319 r11321  
    2525    );
    2626
    27 my ($cache, $exptag, $dbname, $no_update);
     27my ($cache, $exptag, $workdir, $dbname, $no_update);
    2828
    2929GetOptions(
    3030    'caches'        => \$cache,
    3131    'exp_tag|e=s'   => \$exptag,
    32     'dbname|d=s'    => \$dbname,# Database name   
     32    'workdir|w=s'   => \$workdir, # Working directory for output files
     33    'dbname|d=s'    => \$dbname, # Database name   
    3334    'no-update'     => \$no_update
    3435) or pod2usage( 2 );
Note: See TracChangeset for help on using the changeset viewer.