IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2015, 11:03:02 AM (11 years ago)
Author:
bills
Message:

various cleanup primarily removing hard coded refereces to bill's environment and test locations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bills/matchIppToPsps

    r38860 r39002  
    77use Pod::Usage qw( pod2usage );
    88
    9 
    109my $joinType = '1and2';
    1110my $in1;
     
    1312my $out;
    1413my $ofmt;
    15 my $stiltsJar = '/home/panstarrs/bills/jars/stilts.jar';
     14
     15my $jardir = $ENV{JARDIR};
     16$jardir = '/home/panstarrs/bills/jars' unless $jardir;
     17
     18my $stiltsJar = "$jardir/stilts.jar";
    1619my $stilts = "java -jar $stiltsJar";
    1720
Note: See TracChangeset for help on using the changeset viewer.