Idioms
This commit is contained in:
parent
18bdd72827
commit
db02ad1acc
@ -86,7 +86,7 @@ module Homebrew extend self
|
|||||||
formulae.each do |f|
|
formulae.each do |f|
|
||||||
# Check formula status and skip if necessary---a formula passed on the
|
# Check formula status and skip if necessary---a formula passed on the
|
||||||
# command line may have been installed to satisfy a dependency.
|
# command line may have been installed to satisfy a dependency.
|
||||||
next if f.installed? unless ARGV.flag? '--force'
|
next if f.installed? unless ARGV.force?
|
||||||
|
|
||||||
begin
|
begin
|
||||||
fi = FormulaInstaller.new(f)
|
fi = FormulaInstaller.new(f)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user