Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
- index d69d38b36..b2c99bd29 100644
- --- a/Library/Homebrew/formula_installer.rb
- +++ b/Library/Homebrew/formula_installer.rb
- @@ -209,10 +209,12 @@ class FormulaInstaller
- end
- when :disabled
- if reason.present?
- - raise CannotInstallFormulaError, "#{formula.full_name} has been disabled because it #{reason}!"
- + opoo "#{formula.full_name} has been disabled because it #{reason}!"
- + #raise CannotInstallFormulaError, "#{formula.full_name} has been disabled because it #{reason}!"
- end
- - raise CannotInstallFormulaError, "#{formula.full_name} has been disabled!"
- + opoo "#{formula.full_name} has been disabled!"
- + #raise CannotInstallFormulaError, "#{formula.full_name} has been disabled!"
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement