[jboss-cvs] JBossAS SVN: r101686 - branches/Branch_5_0/main/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 1 13:15:10 EST 2010


Author: mladen.turk at jboss.com
Date: 2010-03-01 13:15:09 -0500 (Mon, 01 Mar 2010)
New Revision: 101686

Modified:
   branches/Branch_5_0/main/src/bin/run.bat
Log:
No need for quotes since we are not inside if section

Modified: branches/Branch_5_0/main/src/bin/run.bat
===================================================================
--- branches/Branch_5_0/main/src/bin/run.bat	2010-03-01 18:14:40 UTC (rev 101685)
+++ branches/Branch_5_0/main/src/bin/run.bat	2010-03-01 18:15:09 UTC (rev 101686)
@@ -29,7 +29,7 @@
 )
 
 rem Setup JBoss specific properties
-set "JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME%"
+set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME%
 
 if "x%JAVA_HOME%" == "x" (
   set  JAVA=java




More information about the jboss-cvs-commits mailing list