diff options
Diffstat (limited to 'Library/Formula/sqlite.rb')
| -rw-r--r-- | Library/Formula/sqlite.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index a0b13b5d2..c3e4a502e 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -6,9 +6,7 @@ class Sqlite <Formula homepage 'http://www.sqlite.org/' def options - [ - ["--with-rtree", "Enables the R*Tree index module"] - ] + [["--with-rtree", "Enables the R*Tree index module"]] end def install |
