summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDamien F. Katz <damien@apache.org>2010-07-01 20:46:29 +0000
committerDamien F. Katz <damien@apache.org>2010-07-01 20:46:29 +0000
commitc4a2f52b046464fd0a34ac497925ec7b424b7cf6 (patch)
treea7c20a85b51c14c58525271138ee97d56e94d065 /bin
parent559f1d81b97071ed868e37405da7664096abc49f (diff)
downloadcouchdb-c4a2f52b046464fd0a34ac497925ec7b424b7cf6.tar.gz
Fix for windows fsync, race conditions in attachments.js and the default shell used when launching windows CouchDB.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@959781 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin')
-rw-r--r--bin/couchdb.bat.tpl.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/couchdb.bat.tpl.in b/bin/couchdb.bat.tpl.in
index 2f16b2a7e..369f1d813 100644
--- a/bin/couchdb.bat.tpl.in
+++ b/bin/couchdb.bat.tpl.in
@@ -17,8 +17,8 @@ rem First change to the drive with the erlang bin directory
rem then change to the erlang bin directory
cd %~dp0
-rem Allow a different erlang executable (eg, werl) to be used.
-if "%ERL%x" == "x" set ERL=erl.exe
+rem Allow a different erlang executable (eg, erl) to be used.
+if "%ERL%x" == "x" set ERL=werl.exe
echo CouchDB %version% - prepare to relax...
%ERL% -sasl errlog_type error -s couch