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