This commit is contained in:
Adam Vandenberg 2011-12-08 21:32:53 -08:00
parent 18bdd72827
commit db02ad1acc

View File

@ -86,7 +86,7 @@ module Homebrew extend self
formulae.each do |f|
# Check formula status and skip if necessary---a formula passed on the
# 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
fi = FormulaInstaller.new(f)