leaves: pass explicit sort to handle APFS

This commit is contained in:
Dominyk Tiller 2017-10-14 06:18:49 +01:00
parent 7b8ba77ed2
commit 795c7170e3
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -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|