Changeset 37077 for trunk/ippScripts/scripts/dist_bundle.pl
- Timestamp:
- Jul 17, 2014, 2:26:50 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_bundle.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_bundle.pl
r36555 r37077 67 67 ); 68 68 my %empty_cleaned = (); 69 70 71 69 72 70 # Look for programs we need … … 496 494 } elsif ($stage eq "stack") { 497 495 $type = $stack_cleaned{$rule}; 498 } elsif ($stage eq "sky" or $stage eq 'skycal' or $stage eq 'stack_summary' or $stage eq 'ff') {496 } elsif ($stage eq "sky" or $stage eq "skycal" or $stage eq "stack_summary" or $stage eq "ff") { 499 497 $type = $empty_cleaned{$rule}; 500 498 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
