aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils
diff options
context:
space:
mode:
authorMike McQuaid2017-11-23 09:47:07 +0000
committerGitHub2017-11-23 09:47:07 +0000
commit7b9e935f72f7a9cb7668370c5aa57014d8a62c3b (patch)
tree291e8a6b2c9f64bf1c114b357a659b1bbd3f9116 /Library/Homebrew/utils
parent9096c416510f5707e039248a680e83e362b90b1b (diff)
parent48ed28a1546f060003ddf428be5066e48ff8e55d (diff)
downloadbrew-7b9e935f72f7a9cb7668370c5aa57014d8a62c3b.tar.bz2
Merge pull request #3472 from sjackman/bottle-tag
Change the generic bottle tag to processor-system
Diffstat (limited to 'Library/Homebrew/utils')
-rw-r--r--Library/Homebrew/utils/bottles.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils/bottles.rb b/Library/Homebrew/utils/bottles.rb
index 66b5fb640..3a61cf215 100644
--- a/Library/Homebrew/utils/bottles.rb
+++ b/Library/Homebrew/utils/bottles.rb
@@ -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)