Index: trunk/tools/bills/matchIppToPsps
===================================================================
--- trunk/tools/bills/matchIppToPsps	(revision 38860)
+++ trunk/tools/bills/matchIppToPsps	(revision 39002)
@@ -7,5 +7,4 @@
 use Pod::Usage qw( pod2usage );
 
-
 my $joinType = '1and2';
 my $in1;
@@ -13,5 +12,9 @@
 my $out;
 my $ofmt;
-my $stiltsJar = '/home/panstarrs/bills/jars/stilts.jar';
+
+my $jardir = $ENV{JARDIR};
+$jardir = '/home/panstarrs/bills/jars' unless $jardir;
+
+my $stiltsJar = "$jardir/stilts.jar";
 my $stilts = "java -jar $stiltsJar";
 
