diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 4c2ec9d4b0..57f93fdee3 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -75,8 +75,8 @@ class FormulaInstaller '/usr/bin/ruby', '-I', Pathname.new(__FILE__).dirname, '-rinstall', - f.path, '--', + f.path, *ARGV.options_only rescue Exception => e Marshal.dump(e, write)