aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils
diff options
context:
space:
mode:
authorShaun Jackman2017-11-22 23:06:26 -0800
committerShaun Jackman2017-11-22 23:06:26 -0800
commit48ed28a1546f060003ddf428be5066e48ff8e55d (patch)
tree291e8a6b2c9f64bf1c114b357a659b1bbd3f9116 /Library/Homebrew/utils
parent9096c416510f5707e039248a680e83e362b90b1b (diff)
downloadbrew-48ed28a1546f060003ddf428be5066e48ff8e55d.tar.bz2
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)