leaves: pass explicit sort to handle APFS
This commit is contained in:
parent
7b8ba77ed2
commit
795c7170e3
@ -9,7 +9,7 @@ module Homebrew
|
|||||||
module_function
|
module_function
|
||||||
|
|
||||||
def leaves
|
def leaves
|
||||||
installed = Formula.installed
|
installed = Formula.installed.sort
|
||||||
deps_of_installed = Set.new
|
deps_of_installed = Set.new
|
||||||
|
|
||||||
installed.each do |f|
|
installed.each do |f|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user