Merge pull request #3230 from maxim-belkin/stop-early
install.rb: stop early when there are no formulae to be installed
This commit is contained in:
commit
978bd61f58
@ -219,6 +219,7 @@ module Homebrew
|
||||
end
|
||||
end
|
||||
|
||||
return if formulae.empty?
|
||||
perform_preinstall_checks
|
||||
|
||||
formulae.each do |f|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user