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
commit5bb4fb0eec4d484895a744595f070ee34909a2c1 (patch)
tree8b96d8dacf7356260a04ba61de00403fac16d0a1 /Library
parent89853fadb33252ac380c780497a0a948aa8d956d (diff)
downloadhomebrew-5bb4fb0eec4d484895a744595f070ee34909a2c1.tar.bz2
formula_installer: don't duplicate bottle warning.
Closes #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.