[jboss-cvs] JBossAS SVN: r107203 - trunk/server/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 29 10:55:03 EDT 2010


Author: mladen.turk at jboss.com
Date: 2010-07-29 10:55:03 -0400 (Thu, 29 Jul 2010)
New Revision: 107203

Modified:
   trunk/server/src/bin/service.bat
Log:
Fix typo in checking SVCNAME variable

Modified: trunk/server/src/bin/service.bat
===================================================================
--- trunk/server/src/bin/service.bat	2010-07-29 14:52:08 UTC (rev 107202)
+++ trunk/server/src/bin/service.bat	2010-07-29 14:55:03 UTC (rev 107203)
@@ -14,7 +14,7 @@
 set DIRNAME=%CD%
 
 rem Read an optional configuration file.
-if "x%RUN_CONF%" == "x" (   
+if "x%RUN_CONF%" == "x" (
    set "RUN_CONF=%DIRNAME%\run.conf.bat"
 )
 if exist "%RUN_CONF%" (
@@ -25,7 +25,7 @@
 REM VERSION, VERSION_MAJOR and VERSION_MINOR are populated
 REM during the build with ant filter.
 REM
-if "x%SVCNAME" == "x" (
+if "x%SVCNAME%" == "x" (
     set "SVCNAME=JBAS60SVC"
 )
 set SVCDISP=JBoss Application Server 6.0



More information about the jboss-cvs-commits mailing list