You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/01/08 19:52:57 UTC

[couchdb] branch fix-couchdb-cmd created (now 931b20d)

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

wohali pushed a change to branch fix-couchdb-cmd
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 931b20d  Remove invalid quotes from couchdb.cmd

This branch includes the following new commits:

     new 931b20d  Remove invalid quotes from couchdb.cmd

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: Remove invalid quotes from couchdb.cmd

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

wohali pushed a commit to branch fix-couchdb-cmd
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 931b20d0557933d4692d0b7bc2e79196f52fce1f
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Wed Jan 8 14:52:41 2020 -0500

    Remove invalid quotes from couchdb.cmd
---
 rel/files/couchdb.cmd.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rel/files/couchdb.cmd.in b/rel/files/couchdb.cmd.in
index 0509688..78aa78f 100644
--- a/rel/files/couchdb.cmd.in
+++ b/rel/files/couchdb.cmd.in
@@ -25,9 +25,9 @@ set EMU=beam
 set PROGNAME=%~n0
 set PATH=%PATH%;%COUCHDB_BIN_DIR%
 
-set COUCHDB_QUERY_SERVER_JAVASCRIPT="{{prefix}}/bin/couchjs {{prefix}}/share/server/main.js"
-set COUCHDB_QUERY_SERVER_COFFEESCRIPT="{{prefix}}/bin/couchjs {{prefix}}/share/server/main-coffee.js"
-set COUCHDB_FAUXTON_DOCROOT="{{fauxton_root}}"
+set COUCHDB_QUERY_SERVER_JAVASCRIPT={{prefix}}/bin/couchjs {{prefix}}/share/server/main.js
+set COUCHDB_QUERY_SERVER_COFFEESCRIPT={{prefix}}/bin/couchjs {{prefix}}/share/server/main-coffee.js
+IF NOT DEFINED COUCHDB_FAUXTON_DOCROOT set COUCHDB_FAUXTON_DOCROOT={{fauxton_root}}
 
 "%BINDIR%\erl" -boot "%ROOTDIR%\releases\%APP_VSN%\couchdb" ^
 -args_file "%ROOTDIR%\etc\vm.args" ^