Simplify build_argv

This commit is contained in:
Jack Nagel 2014-08-13 18:16:25 -05:00
parent d443089270
commit 0d6ceaf86e

View File

@ -465,9 +465,7 @@ class FormulaInstaller
end
def build_argv
opts = Options.create(sanitized_ARGV_options)
opts.concat(options)
opts
Options.create(sanitized_ARGV_options) + options
end
def build