Avoid intermediate option objects
This commit is contained in:
parent
58cb4444da
commit
11f880801c
@ -462,7 +462,7 @@ class FormulaInstaller
|
|||||||
end
|
end
|
||||||
|
|
||||||
def build_argv
|
def build_argv
|
||||||
Options.create(sanitized_ARGV_options) + options
|
sanitized_ARGV_options + options.as_flags
|
||||||
end
|
end
|
||||||
|
|
||||||
def build
|
def build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user