aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-03-17 14:49:08 +0000
committerMike McQuaid2013-03-17 14:49:08 +0000
commit43a8e896e8806ca1a1ddc8d024e9903be4a60a20 (patch)
treead64862598e53ac9f206ae3dab82241a098745d2 /Library
parentc9563cce957c69ae3bfc150ff0ca83bc60fc3e03 (diff)
downloadbrew-43a8e896e8806ca1a1ddc8d024e9903be4a60a20.tar.bz2
Temporarily omit bottle source warning.
Pending a decent fix. Fixes Homebrew/homebrew#18540.
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 767db6e63..2eadc8c63 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -25,7 +25,7 @@ class FormulaInstaller
end
def pour_bottle?
- (tab.used_options.empty? rescue true) && options.empty? && install_bottle?(f, true)
+ (tab.used_options.empty? rescue true) && options.empty? && install_bottle?(f)
end
def check_install_sanity