diff --git a/Library/Homebrew/formula_support.rb b/Library/Homebrew/formula_support.rb index 7958f457b5..4c2a5e8ec8 100644 --- a/Library/Homebrew/formula_support.rb +++ b/Library/Homebrew/formula_support.rb @@ -162,7 +162,7 @@ class BuildOptions @args = Array.new(args) # Extend it into an ARGV extension @args.extend(HomebrewArgvExtension) - @options = [] + @options = Set.new end def add name, description=nil