You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by mh...@apache.org on 2009/11/24 07:54:21 UTC

svn commit: r883606 - /couchdb/trunk/bin/couchdb.bat.tpl.in

Author: mhammond
Date: Tue Nov 24 06:54:20 2009
New Revision: 883606

URL: http://svn.apache.org/viewvc?rev=883606&view=rev
Log:
Fix COUCHDB-574 - change to the erlang drive at startup

Modified:
    couchdb/trunk/bin/couchdb.bat.tpl.in

Modified: couchdb/trunk/bin/couchdb.bat.tpl.in
URL: http://svn.apache.org/viewvc/couchdb/trunk/bin/couchdb.bat.tpl.in?rev=883606&r1=883605&r2=883606&view=diff
==============================================================================
--- couchdb/trunk/bin/couchdb.bat.tpl.in (original)
+++ couchdb/trunk/bin/couchdb.bat.tpl.in Tue Nov 24 06:54:20 2009
@@ -12,7 +12,9 @@
 rem under the License.
 
 setlocal
-rem First change to the erlang bin directory
+rem First change to the drive with the erlang bin directory
+%~d0
+rem then change to the erlang bin directory
 cd %~dp0
 
 rem Allow a different erlang executable (eg, werl) to be used.