diff options
| author | Jack Nagel | 2014-03-10 14:56:02 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-03-10 14:56:02 -0500 | 
| commit | ee7d227a2f31b9f30aeaba4dae7b52d3999038b6 (patch) | |
| tree | 63a14e052602f48514c6381a50b19cab01962701 /Library/Homebrew/cmd/install.rb | |
| parent | ca31256054b3bcf5407c8b8a8bbcba5b2990ed09 (diff) | |
| download | homebrew-ee7d227a2f31b9f30aeaba4dae7b52d3999038b6.tar.bz2 | |
install: explicitly pass used options to the installer
Diffstat (limited to 'Library/Homebrew/cmd/install.rb')
| -rw-r--r-- | Library/Homebrew/cmd/install.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index 32c82482e..183a78040 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -104,6 +104,7 @@ module Homebrew extend self    def install_formula f      fi = FormulaInstaller.new(f) +    fi.options = f.build.used_options      fi.ignore_deps = ARGV.ignore_deps? || ARGV.interactive?      fi.only_deps = ARGV.only_deps?      fi.build_bottle = ARGV.build_bottle? | 
