From 0d6ceaf86ea5987fd78db80d8aca95dc86b4b6f0 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 13 Aug 2014 18:16:25 -0500 Subject: [PATCH] Simplify build_argv --- Library/Homebrew/formula_installer.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index d9e72702b0..e7cd7d938e 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