Changeset 21014 for trunk/ippScripts/scripts/stack_skycell.pl
- Timestamp:
- Dec 16, 2008, 11:21:11 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r21013 r21014 75 75 my $stacktool = can_run('stacktool') or (warn "Can't find stacktool" and $missing_tools = 1); 76 76 my $ppStack = can_run('ppStack') or (warn "Can't find ppStack" and $missing_tools = 1); 77 my $ppConfigDump = can_run('ppConfigDump') or (war p"Can't find ppConfigDump" and $missing_tools = 1);77 my $ppConfigDump = can_run('ppConfigDump') or (warn "Can't find ppConfigDump" and $missing_tools = 1); 78 78 my $ppStatsFromMetadata = can_run('ppStatsFromMetadata') or (warn "Can't find ppStatsFromMetadata" and $missing_tools = 1); 79 79 if ($missing_tools) {
Note:
See TracChangeset
for help on using the changeset viewer.
