aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2011-06-22 17:47:30 +0100
committerMike McQuaid2011-06-22 17:48:20 +0100
commit7b1f777905c318e867b8ec38fa14fd6b404d24bc (patch)
tree45c03df16b3ef25ff9c1e8833f21b9ce5fa985fe /Library
parent221442515f8c2f638e51d5e4c439e188d9ae3242 (diff)
downloadhomebrew-7b1f777905c318e867b8ec38fa14fd6b404d24bc.tar.bz2
Return an array from options.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 33570854a..4a2b033b6 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -211,7 +211,7 @@ class Formula
def caveats; nil end
# any e.g. configure options for this package
- def options; end
+ def options; [] end
# patches are automatically applied after extracting the tarball
# return an array of strings, or if you need a patch level other than -p1