diff options
| author | Mike McQuaid | 2014-08-13 08:45:08 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-08-13 08:46:17 +0100 | 
| commit | d956be7cd0fbe4c139bf6089a858fdd10d87268d (patch) | |
| tree | 4dd5c5ad39c68779e8467b4caaa17f6cb95fbb02 /Library/Homebrew/software_spec.rb | |
| parent | f53f33e6805c3168c5397fbb2448937ce288e04c (diff) | |
| download | homebrew-d956be7cd0fbe4c139bf6089a858fdd10d87268d.tar.bz2 | |
Revert "Always pass an Options instance to the BuildOptions constructor"
This reverts commit e143bcef259ca76b2124e6e73bd9bdf872418723.
Closes #31557.
Closes #31559.
Closes #31561.
Closes #31562.
Diffstat (limited to 'Library/Homebrew/software_spec.rb')
| -rw-r--r-- | Library/Homebrew/software_spec.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb index e88975a73..c595a4596 100644 --- a/Library/Homebrew/software_spec.rb +++ b/Library/Homebrew/software_spec.rb @@ -34,7 +34,7 @@ class SoftwareSpec      @bottle_specification = BottleSpecification.new      @patches = []      @options = Options.new -    @build = BuildOptions.new(Options.coerce(ARGV.options_only), options) +    @build = BuildOptions.new(ARGV.options_only, options)    end    def owner= owner | 
