Always build from source when given --interactive

Closes Homebrew/homebrew#27716.
This commit is contained in:
Jack Nagel 2014-03-19 22:45:56 -05:00
parent 87b9d7ff6a
commit 04f887dc18

View File

@ -49,7 +49,7 @@ class FormulaInstaller
def pour_bottle? install_bottle_options={:warn=>false}
return false if @pour_failed
return true if force_bottle? && f.bottle
return false if build_from_source? || build_bottle?
return false if build_from_source? || build_bottle? || interactive?
return false unless options.empty?
return true if f.local_bottle_path