Changeset 24224 for trunk/tools/diff_outputs.pl
- Timestamp:
- May 19, 2009, 9:45:15 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/tools/diff_outputs.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/diff_outputs.pl
r24223 r24224 75 75 76 76 # List of diffs 77 my $diffs = $db->selectcol_arrayref( $sql, 78 { Columns => [1] } 77 my $diffs = $db->selectall_arrayref( $sql, { Slice => {} } 79 78 ) or die "Unable to execute SQL: $DBI::errstr"; 80 79 … … 97 96 foreach my $product ( @products ) { 98 97 next if (not defined $diff->{bothways} or $diff->{bothways} eq 'NULL' or not $diff->{bothways}) and $product =~ /INVERSE/; 99 copy_extension( $diff , ${EXTENSIONS()}{$product} );98 copy_extension( $diff->{path_base}, ${EXTENSIONS()}{$product} ); 100 99 } 101 100 }
Note:
See TracChangeset
for help on using the changeset viewer.
