From 1390d5cc12bc93286c1cbd64ea6a34a4e7bfde02 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 18 Sep 2013 12:26:32 +0100 Subject: formula_installer: don't duplicate bottle warning. Closes Homebrew/homebrew#22569.--- Library/Homebrew/formula_installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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. -- cgit v1.2.3