IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 8, 2006, 9:55:09 AM (19 years ago)
Author:
Paul Price
Message:

Read .ipprc before checking command-line arguments, because PS::IPP::Config will eat "--site".

File:
1 edited

Legend:

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

    r10534 r10572  
    44use strict;
    55
     6use PS::IPP::Config;
     7my $ipprc = PS::IPP::Config->new();
     8
    69die "No filename specified.\n" if scalar @ARGV != 1;
    710
    8 use PS::IPP::Config;
    9 my $ipprc = PS::IPP::Config->new();
    1011print $ipprc->convert_filename_absolute(shift @ARGV) . "\n";
    1112
Note: See TracChangeset for help on using the changeset viewer.