Just assume a "couchjs" binary in the $PATH
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/40b09f28 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/40b09f28 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/40b09f28 Branch: refs/heads/nodejs_couchdb Commit: 40b09f28bb49d2e33e4a54a243c17e59cecb066d Parents: 105ede2 Author: Jason Smith (work) <[email protected]> Authored: Fri Jan 25 10:58:19 2013 +0000 Committer: Jason Smith (work) <[email protected]> Committed: Fri Jan 25 10:58:19 2013 +0000 ---------------------------------------------------------------------- etc/couchdb/default.ini.tpl.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/40b09f28/etc/couchdb/default.ini.tpl.in ---------------------------------------------------------------------- diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index be92fcf..deed659 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -117,8 +117,8 @@ credentials = false use_users_db = false [query_servers] -javascript = %bindir%/%couchjs_command_name% %localbuilddatadir%/server/main.js -coffeescript = %bindir%/%couchjs_command_name% %localbuilddatadir%/server/main-coffee.js +javascript = couchjs %localbuilddatadir%/server/main.js +coffeescript = couchjs %localbuilddatadir%/server/main-coffee.js ; Changing reduce_limit to false will disable reduce_limit.
