From 19f4c03661b381ea95db8c32e412d4b280ed5b1e Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 26 Aug 2014 15:48:16 -0500 Subject: Avoid intermediate option objects --- Library/Homebrew/formula_installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index dea717eda..a59874b0a 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 -- cgit v1.2.3