aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-08-26 15:48:16 -0500
committerJack Nagel2014-08-26 15:48:16 -0500
commit19f4c03661b381ea95db8c32e412d4b280ed5b1e (patch)
tree91d2e340d4c5077c9d7020d6dc80d4fded71db91 /Library
parent7c0050923fe31eae32fdca343374c6382a4ac689 (diff)
downloadhomebrew-19f4c03661b381ea95db8c32e412d4b280ed5b1e.tar.bz2
Avoid intermediate option objects
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb2
1 files changed, 1 insertions, 1 deletions
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