Skip to content
Snippets Groups Projects
Unverified Commit 674259d6 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

extend/ARGV: remove unused HOMEBREW_BUILD_BOTTLE.

parent f7adc882
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ module HomebrewArgvExtension
end
def build_bottle?
include?("--build-bottle") || !ENV["HOMEBREW_BUILD_BOTTLE"].nil?
include?("--build-bottle")
end
def bottle_arch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment