Merge pull request #3472 from sjackman/bottle-tag

Change the generic bottle tag to processor-system
This commit is contained in:
Mike McQuaid 2017-11-23 09:47:07 +00:00 committed by GitHub
commit 7b9e935f72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module Utils
class Bottles
class << self
def tag
@bottle_tag ||= "#{ENV["HOMEBREW_SYSTEM"]}_#{ENV["HOMEBREW_PROCESSOR"]}".downcase.to_sym
@bottle_tag ||= "#{ENV["HOMEBREW_PROCESSOR"]}_#{ENV["HOMEBREW_SYSTEM"]}".downcase.to_sym
end
def built_as?(f)