Merge pull request #5665 from GauthamGoli/upgrade-parse-args

cmd/upgrade: Add call to parse options
This commit is contained in:
Mike McQuaid 2019-02-04 17:43:12 +01:00 committed by GitHub
commit e1caf63cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,8 @@ module Homebrew
odisabled("'HOMEBREW_UPGRADE_CLEANUP'")
end
upgrade_args.parse
FormulaInstaller.prevent_build_flags unless DevelopmentTools.installed?
Install.perform_preinstall_checks