Merge pull request #3347 from DomT4/apfs_diagnostic
diagnostic: handle APFS returning hash order
This commit is contained in:
commit
ce0e96c320
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user