diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 339c74194d..5d6e2de74f 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -1107,7 +1107,6 @@ class FormulaInstaller end def forbidden_license_check - forbidden_licenses = (Homebrew::EnvConfig.forbidden_licenses || "").split(" ") return if forbidden_licenses.blank?