aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils
diff options
context:
space:
mode:
authorMike McQuaid2016-07-16 21:06:30 +0100
committerMike McQuaid2016-07-27 15:05:42 -0600
commit541e8f28df7f8d7a21f976e669190a32fe88473e (patch)
tree3d8ca8dd3a680cbc2a7a36690728036769b4a09c /Library/Homebrew/utils
parent892a3239bc4b382ed2c1b714396650f28096da2e (diff)
downloadbrew-541e8f28df7f8d7a21f976e669190a32fe88473e.tar.bz2
bottles: more porting to generic layer.
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 8447f2472..7b40a2e41 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_SYSTEM"]}_#{ENV["HOMEBREW_PROCESSOR"]}".downcase.to_sym
end
def built_as?(f)