Temporarily omit bottle source warning.
Pending a decent fix. Fixes Homebrew/homebrew#18540.
This commit is contained in:
parent
c9563cce95
commit
43a8e896e8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user