Simplify build_argv
This commit is contained in:
parent
d443089270
commit
0d6ceaf86e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user