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:
Mike McQuaid 2017-09-29 13:57:28 +01:00 committed by GitHub
commit 978bd61f58

View File

@ -219,6 +219,7 @@ module Homebrew
end
end
return if formulae.empty?
perform_preinstall_checks
formulae.each do |f|