formula_installer: don't duplicate bottle warning.

Closes Homebrew/homebrew#22569.
This commit is contained in:
Mike McQuaid 2013-09-18 12:26:32 +01:00
parent bc1aea3f97
commit 1390d5cc12

View File

@ -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.