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 end
def build_argv def build_argv
opts = Options.create(sanitized_ARGV_options) Options.create(sanitized_ARGV_options) + options
opts.concat(options)
opts
end end
def build def build