extend/ARGV: remove unused HOMEBREW_BUILD_BOTTLE.

This commit is contained in:
Mike McQuaid 2019-12-30 10:34:43 +00:00
parent f7adc88241
commit 674259d691
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -98,7 +98,7 @@ module HomebrewArgvExtension
end end
def build_bottle? def build_bottle?
include?("--build-bottle") || !ENV["HOMEBREW_BUILD_BOTTLE"].nil? include?("--build-bottle")
end end
def bottle_arch def bottle_arch