diagnostic: pass explicit sort to handle APFS
This commit is contained in:
parent
795c7170e3
commit
16ea29a641
@ -804,7 +804,7 @@ module Homebrew
|
|||||||
def check_for_linked_keg_only_brews
|
def check_for_linked_keg_only_brews
|
||||||
return unless HOMEBREW_CELLAR.exist?
|
return unless HOMEBREW_CELLAR.exist?
|
||||||
|
|
||||||
linked = Formula.installed.select do |f|
|
linked = Formula.installed.sort.select do |f|
|
||||||
f.keg_only? && __check_linked_brew(f)
|
f.keg_only? && __check_linked_brew(f)
|
||||||
end
|
end
|
||||||
return if linked.empty?
|
return if linked.empty?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user