Skip to content

Commit

Permalink
Merge pull request Homebrew#3347 from DomT4/apfs_diagnostic
Browse files Browse the repository at this point in the history
diagnostic: handle APFS returning hash order
  • Loading branch information
MikeMcQuaid authored Oct 21, 2017
2 parents a08f1c6 + 212367e commit ce0e96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/diagnostic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def __check_stray_files(dir, pattern, white_list, message)
end
return if files.empty?

inject_file_list(files, message)
inject_file_list(files.sort, message)
end

def check_for_stray_dylibs
Expand Down

0 comments on commit ce0e96c

Please sign in to comment.