aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/software_spec.rb
diff options
context:
space:
mode:
authorMike McQuaid2014-08-13 08:45:06 +0100
committerMike McQuaid2014-08-13 08:45:06 +0100
commite8d4522914784b0f245c7e2a5d1872025644deb9 (patch)
tree8b11027206fa04239c2e69dc1d2df15c98acc0cf /Library/Homebrew/software_spec.rb
parent084d8138a9a93a521aeb7f9f76463d85da15fc61 (diff)
downloadhomebrew-e8d4522914784b0f245c7e2a5d1872025644deb9.tar.bz2
Revert "Replace Options.coerce with an alternate constructor"
This reverts commit 8d2ef974a3a87bf4207f71ccb8a7b4776e16a016.
Diffstat (limited to 'Library/Homebrew/software_spec.rb')
-rw-r--r--Library/Homebrew/software_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb
index 9fda2cef9..e88975a73 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.create(ARGV.options_only), options)
+ @build = BuildOptions.new(Options.coerce(ARGV.options_only), options)
end
def owner= owner