- Timestamp:
- Aug 19, 2010, 6:52:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/ippScripts/scripts/dist_advancerun.pl
r28794 r28981 67 67 my $stacktool = can_run('stacktool') or (warn "Can't find stacktool" and $missing_tools = 1); 68 68 my $bgtool = can_run('bgtool') or (warn "Can't find bgtool" and $missing_tools = 1); 69 my $staticskytool = can_run('staticskytool') or (warn "Can't find staticskytool" and $missing_tools = 1); 69 70 if ($missing_tools) { 70 71 &my_die("Can't find required tools.", $dist_id, $PS_EXIT_CONFIG_ERROR); … … 108 109 $list_mode = "-sumskyfile"; 109 110 $component_key = "skycell_id"; 111 } elsif ($stage eq "sky") { 112 $tool_cmd = "$staticskytool -sky_id"; 113 $list_mode = "-result"; 114 $component_key = ""; 110 115 } elsif ($stage eq "diff") { 111 116 $tool_cmd = "$difftool -diff_id";
Note:
See TracChangeset
for help on using the changeset viewer.
