aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 22:45:56 -0500
committerJack Nagel2014-03-19 22:46:15 -0500
commit04f887dc1834d22505c7b4be6637665269b6f90d (patch)
tree0c343d7361c2f663752699692bddcce6de503d30 /Library
parent87b9d7ff6a8ae0d00b7fe9ce08cf158d70a9f9b2 (diff)
downloadbrew-04f887dc1834d22505c7b4be6637665269b6f90d.tar.bz2
Always build from source when given --interactive
Closes Homebrew/homebrew#27716.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index 8bca9d92a..a61683a5a 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -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