missing: pass explicit sort to handle APFS
This commit is contained in:
parent
e98d0fda86
commit
7b8ba77ed2
@ -16,9 +16,9 @@ module Homebrew
|
||||
return unless HOMEBREW_CELLAR.exist?
|
||||
|
||||
ff = if ARGV.named.empty?
|
||||
Formula.installed
|
||||
Formula.installed.sort
|
||||
else
|
||||
ARGV.resolved_formulae
|
||||
ARGV.resolved_formulae.sort
|
||||
end
|
||||
|
||||
ff.each do |f|
|
||||
|
Loading…
x
Reference in New Issue
Block a user