summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holley <willholley@gmail.com>2020-01-09 16:22:05 +0000
committerPaul J. Davis <paul.joseph.davis@gmail.com>2020-01-09 12:26:21 -0600
commit9fd9d15254cc1b6d69431d47b0122e465caed2b1 (patch)
tree014b7c593c15d5bac4be2ecc71122dd1f883c0f3
parent628e7578e659daa600d93bcad2c5c8a4d5f6e94c (diff)
downloadcouchdb-9fd9d15254cc1b6d69431d47b0122e465caed2b1.tar.gz
Fix missing parentheses in couchdb.in
8e89688 added a syntax error to couchdb.in. This fixes it.
-rwxr-xr-xrel/files/couchdb.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/rel/files/couchdb.in b/rel/files/couchdb.in
index 7ded42d0f..3d7ee1119 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}"