diff options
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 4 |
1 files changed, 1 insertions, 3 deletions
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 |
