IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14570


Ignore:
Timestamp:
Aug 20, 2007, 3:24:05 PM (19 years ago)
Author:
Paul Price
Message:

Need ppConfigDump

File:
1 edited

Legend:

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

    r14567 r14570  
    7070my $warptool = can_run('warptool') or (warn "Can't find warptool" and $missing_tools = 1);
    7171my $pswarp = can_run('pswarp') or (warn "Can't find pswarp" and $missing_tools = 1);
     72my $ppConfigDump = can_run('ppConfigDump') or (warn "Can't find ppConfigDump" and $missing_tools = 1);
    7273if ($missing_tools) {
    7374    warn("Can't find required tools.");
Note: See TracChangeset for help on using the changeset viewer.