diff options
| author | Jack Nagel | 2014-03-19 22:45:56 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 22:46:15 -0500 |
| commit | 6b7c9f7b9634756fa74c0d9a3430dbfaa39c900d (patch) | |
| tree | 8e852c577fcb81e6bde90940a2e46c7b337ce48c /Library/Homebrew | |
| parent | a17174e5c74afd518ce2e1fa11b4863805c65862 (diff) | |
| download | homebrew-6b7c9f7b9634756fa74c0d9a3430dbfaa39c900d.tar.bz2 | |
Always build from source when given --interactive
Closes #27716.
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 2 |
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 |
