IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24076


Ignore:
Timestamp:
May 5, 2009, 4:35:21 PM (17 years ago)
Author:
Paul Price
Message:

Fixing so it works.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/diff_outputs.pl

    r24075 r24076  
    8484if (defined $products) {
    8585  PRODUCT_SEARCH: foreach my $product ( split /,/, $products ) {
    86       foreach my $key ( keys %${EXTENSIONS()} ) {
     86      foreach my $key ( keys %{PRODUCTS()} ) {
    8787          if ($product eq $key) {
    88               push @products, ${PRODUCTS()}->{$key};
     88              push @products, @{${PRODUCTS()}{$key}};
    8989              next PRODUCT_SEARCH;
    9090          }
     
    9898foreach my $diff ( @$diffs ) {
    9999    foreach my $product ( @products ) {
    100         print "$product ==> ";
    101100        copy_extension( $diff, ${EXTENSIONS()}{$product} );
    102101    }
Note: See TracChangeset for help on using the changeset viewer.