pull: bottle_unneeded? is covered by bottle_disabled?
This commit is contained in:
parent
68896d14aa
commit
593dff3dc1
@ -133,10 +133,10 @@ module Homebrew
|
||||
if ARGV.include? "--bottle"
|
||||
if f.bottle
|
||||
fetch_bottles = true
|
||||
elsif f.bottle_disabled?
|
||||
ohai "#{f}: skipping disabled bottle: #{f.bottle_disable_reason}"
|
||||
elsif f.bottle_unneeded?
|
||||
ohai "#{f}: skipping unneeded bottle."
|
||||
elsif f.bottle_disabled?
|
||||
ohai "#{f}: skipping disabled bottle: #{f.bottle_disable_reason}"
|
||||
end
|
||||
else
|
||||
next unless f.bottle
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user