X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=dupemerge;a=blobdiff_plain;f=faster-dupemerge;h=8df7885878b2085bb2cfc8b61e05566c239225b0;hp=5069297630ee8b5d15b930f1a1eedc29debe07b9;hb=7b251f6413738a3fef1a97ff6e74137460e03292;hpb=d567721627ca6eb24b7bea342ab9e72095075c0c diff --git a/faster-dupemerge b/faster-dupemerge index 5069297..8df7885 100755 --- a/faster-dupemerge +++ b/faster-dupemerge @@ -335,7 +335,7 @@ hash_file: my $incumbent_list = ($hash_to_inode{$digest} ||= []); my $incumbent_matched = 0; - for my $incumbent (@$incumbent_list) { + for my $incumbent (sort @$incumbent_list) { print STDERR "\t\tInodes $incumbent and $candidate have same hash\n" if $debug; my $finished = 0;