From 11f880801c1ccf11a9fc2a1d0dc469dbba8b2a15 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 26 Aug 2014 15:48:16 -0500 Subject: [PATCH] Avoid intermediate option objects --- Library/Homebrew/formula_installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index dea717eda9..a59874b0a4 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -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