r9820 - helma/helma/trunk

[email protected] Sat, 6 Jun 2009 12:14:04 +0200 (CEST)
Newsgroups gmane.comp.java.helma.cvs
Message-ID <20090606101404.177573D0E3@mia>
Author: hannes
Date: 2009-06-06 12:14:03 +0200 (Sat, 06 Jun 2009)
New Revision: 9820

Modified:
   helma/helma/trunk/start.bat
Log:
Workaround for quote escaping bug with \-terminated OPTIONS variable.

Details at http://dev.helma.org/trac/helma/changeset/9820

Modified: helma/helma/trunk/start.bat
===================================================================
--- helma/helma/trunk/start.bat	2009-06-02 18:29:08 UTC (rev 9819)
+++ helma/helma/trunk/start.bat	2009-06-06 10:14:03 UTC (rev 9820)
@@ -72,7 +72,7 @@
 )
 if not "%HOP_HOME%"=="" (
    echo Serving applications from %HOP_HOME%
-   set OPTIONS=%OPTIONS% -h "%HOP_HOME%
+   set OPTIONS=%OPTIONS% -h "%HOP_HOME%."
 )
 
 :: Invoking the Java virtual machine