Merge pull request #3347 from DomT4/apfs_diagnostic

diagnostic: handle APFS returning hash order
This commit is contained in:
Mike McQuaid 2017-10-21 16:52:59 +01:00 committed by GitHub
commit ce0e96c320

View File

@ -157,7 +157,7 @@ module Homebrew
end
return if files.empty?
inject_file_list(files, message)
inject_file_list(files.sort, message)
end
def check_for_stray_dylibs