aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-09-18 12:26:32 +0100
committerMike McQuaid2013-09-18 12:26:32 +0100
commit1390d5cc12bc93286c1cbd64ea6a34a4e7bfde02 (patch)
tree7f4be15bf734cbfd41e9208f5ae86948abb69b31 /Library
parentbc1aea3f97a156df9e678cc06446fd6964422162 (diff)
downloadbrew-1390d5cc12bc93286c1cbd64ea6a34a4e7bfde02.tar.bz2
formula_installer: don't duplicate bottle warning.
Closes Homebrew/homebrew#22569.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index a4768d57a..ba655e307 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -147,7 +147,7 @@ class FormulaInstaller
raise "Unrecognized architecture for --bottle-arch: #{arch}"
end
- if pour_bottle? true
+ if pour_bottle?
# TODO We currently only support building with libstdc++ as
# the default case, and all Apple libstdc++s are compatible, so
# this default is sensible.