Avoid intermediate option objects

This commit is contained in:
Jack Nagel 2014-08-26 15:48:16 -05:00
parent 58cb4444da
commit 11f880801c

View File

@ -462,7 +462,7 @@ class FormulaInstaller
end
def build_argv
Options.create(sanitized_ARGV_options) + options
sanitized_ARGV_options + options.as_flags
end
def build