Skip to content
Snippets Groups Projects
Commit 3d78bc21 authored by Markus Reiter's avatar Markus Reiter
Browse files

Fix `upgrade --build-from-source`.

parent 264de968
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,8 @@ module Homebrew
options &= f.options
fi = FormulaInstaller.new(f, force_bottle: args.force_bottle?,
debug: args.debug?, quiet: args.quiet?, verbose: args.verbose?)
build_from_source_formulae: args.build_from_source_formulae,
debug: args.debug?, quiet: args.quiet?, verbose: args.verbose?)
fi.options = options
fi.force = args.force?
fi.keep_tmp = args.keep_tmp?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment