You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2020/01/09 16:23:46 UTC

[couchdb] branch fix_couchdb_in created (now 87aee97)

This is an automated email from the ASF dual-hosted git repository.

willholley pushed a change to branch fix_couchdb_in
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 87aee97  Fix missing parentheses in couchdb.in

This branch includes the following new commits:

     new 87aee97  Fix missing parentheses in couchdb.in

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Fix missing parentheses in couchdb.in

Posted by wi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

willholley pushed a commit to branch fix_couchdb_in
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 87aee977ba187c6881988918ff114ea36eb5f519
Author: Will Holley <wi...@gmail.com>
AuthorDate: Thu Jan 9 16:22:05 2020 +0000

    Fix missing parentheses in couchdb.in
    
    8e89688 added a syntax error to couchdb.in. This fixes it.
---
 rel/files/couchdb.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rel/files/couchdb.in b/rel/files/couchdb.in
index 7ded42d..3d7ee11 100755
--- a/rel/files/couchdb.in
+++ b/rel/files/couchdb.in
@@ -36,8 +36,8 @@ export BINDIR="$ROOTDIR/erts-$ERTS_VSN/bin"
 export EMU=beam
 export PROGNAME=`echo $0 | sed 's/.*\///'`
 
-export COUCHDB_QUERY_SERVER_JAVASCRIPT="${COUCHDB_QUERY_SERVER_JAVASCRIPT:-{{prefix}}/bin/couchjs {{prefix}}/share/server/main.js"
-export COUCHDB_QUERY_SERVER_COFFEESCRIPT="${COUCHDB_QUERY_SERVER_COFFEESCRIPT:-{{prefix}}/bin/couchjs {{prefix}}/share/server/main-coffee.js"
+export COUCHDB_QUERY_SERVER_JAVASCRIPT="${COUCHDB_QUERY_SERVER_JAVASCRIPT:-{{prefix}}/bin/couchjs {{prefix}}/share/server/main.js}"
+export COUCHDB_QUERY_SERVER_COFFEESCRIPT="${COUCHDB_QUERY_SERVER_COFFEESCRIPT:-{{prefix}}/bin/couchjs {{prefix}}/share/server/main-coffee.js}"
 export COUCHDB_FAUXTON_DOCROOT={{fauxton_root}}
 
 ARGS_FILE="${COUCHDB_ARGS_FILE:-$ROOTDIR/etc/vm.args}"