IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9914


Ignore:
Timestamp:
Nov 8, 2006, 2:50:15 PM (20 years ago)
Author:
Paul Price
Message:

Fixing cache directory.

File:
1 edited

Legend:

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

    r9696 r9914  
    7676
    7777my $c = Cache::File->new(
    78     cache_root => File::Spec->catdir($ENV{'HOME'}, '.', basename($0)),
     78    cache_root => File::Spec->catdir($ENV{'HOME'}, '.pxtools', basename($0)),
    7979    default_expires => '7200 sec',
    8080);
Note: See TracChangeset for help on using the changeset viewer.