aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 78d3a568e..13624537c 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -596,6 +596,8 @@ class Formula
spec.options << Option.new(opt[/^--(.+)$/, 1], desc)
end
end
+
+ remove_method(:options)
end
end