IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2008, 11:21:11 AM (17 years ago)
Author:
Paul Price
Message:

Fixing syntax errors.

File:
1 edited

Legend:

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

    r21013 r21014  
    7575my $stacktool = can_run('stacktool') or (warn "Can't find stacktool" and $missing_tools = 1);
    7676my $ppStack = can_run('ppStack') or (warn "Can't find ppStack" and $missing_tools = 1);
    77 my $ppConfigDump = can_run('ppConfigDump') or (warp "Can't find ppConfigDump" and $missing_tools = 1);
     77my $ppConfigDump = can_run('ppConfigDump') or (warn "Can't find ppConfigDump" and $missing_tools = 1);
    7878my $ppStatsFromMetadata = can_run('ppStatsFromMetadata') or (warn "Can't find ppStatsFromMetadata" and $missing_tools = 1);
    7979if ($missing_tools) {
Note: See TracChangeset for help on using the changeset viewer.