From 8a84e9cc4645b4a0b00227839df12897d5a5e954 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 13 Aug 2014 18:16:25 -0500 Subject: Simplify build_argv --- Library/Homebrew/formula_installer.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index d9e72702b..e7cd7d938 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -465,9 +465,7 @@ class FormulaInstaller end def build_argv - opts = Options.create(sanitized_ARGV_options) - opts.concat(options) - opts + Options.create(sanitized_ARGV_options) + options end def build -- cgit v1.2.3