aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/software_spec.rb
diff options
context:
space:
mode:
authorJack Nagel2014-08-13 11:09:57 -0500
committerJack Nagel2014-08-13 11:09:57 -0500
commit268cd143bef42acd82b52dd39ba05a3beda86275 (patch)
treeb2bf5f24c9a31451cd007415947f22c1aea7ba7e /Library/Homebrew/software_spec.rb
parent094c184b12b29c5978b3c669352991650fcba313 (diff)
downloadbrew-268cd143bef42acd82b52dd39ba05a3beda86275.tar.bz2
Replace Options.coerce with an alternate constructor
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 e88975a73..9fda2cef9 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(Options.create(ARGV.options_only), options)
end
def owner= owner