diff options
Diffstat (limited to 'Library/Formula/couchdb-lucene.rb')
| -rw-r--r-- | Library/Formula/couchdb-lucene.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/couchdb-lucene.rb b/Library/Formula/couchdb-lucene.rb index c31088ee3..f7fc00ae5 100644 --- a/Library/Formula/couchdb-lucene.rb +++ b/Library/Formula/couchdb-lucene.rb @@ -37,7 +37,7 @@ class CouchdbLucene < Formula os_process_timeout=60000 ; increase the timeout from 5 seconds. [external] -fti=#{`which python`.chomp} #{prefix}/tools/couchdb-external-hook.py +fti=#{which 'python'} #{prefix}/tools/couchdb-external-hook.py [httpd_db_handlers] _fti = {couch_httpd_external, handle_external_req, <<"fti">>} |
