Update of /cvsroot/monetdb/clients/src/java/scripts
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23918/src/java/scripts

Modified Files:
      Tag: Clients_1-20
        mjclient.bat.in 
Log Message:
Fixes for Windows.

Index: mjclient.bat.in
===================================================================
RCS file: /cvsroot/monetdb/clients/src/java/scripts/mjclient.bat.in,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- mjclient.bat.in     18 Aug 2007 23:30:58 -0000      1.3
+++ mjclient.bat.in     3 Oct 2007 13:26:40 -0000       1.3.2.1
@@ -22,6 +22,6 @@
 @rem to direct the interaction to the proper ports.
 
 @set jdbcclient_jar="@[EMAIL PROTECTED]"
[EMAIL PROTECTED] not exist @jdbcclient_jar@ set jdbcclient_jar="@[EMAIL 
PROTECTED]"
[EMAIL PROTECTED] not exist %jdbcclient_jar% set jdbcclient_jar="@[EMAIL 
PROTECTED]"
 
-call java -jar @jdbcclient_jar@ %*
+call java -jar %jdbcclient_jar% %*


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to