Skip to content

Commit

Permalink
Sort list of addresses to be deleted.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jul 1, 2010
1 parent b62d601 commit b7ca8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/addresses.pl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# mailing list.
#
$first = 1;
foreach $addr (keys %have) {
foreach $addr (sort keys %have) {
my $a = $have{$addr};
if (defined($wanted{$addr})) {
delete $wanted{$addr};
Expand Down

0 comments on commit b7ca8ac

Please sign in to comment.