install.rb: stop early if there are no formulae to be installed
This commit is contained in:
parent
cb139ca381
commit
b8d8049f70
@ -219,6 +219,7 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
return if formulae.empty?
|
||||||
perform_preinstall_checks
|
perform_preinstall_checks
|
||||||
|
|
||||||
formulae.each do |f|
|
formulae.each do |f|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user