[jboss-cvs] JBossAS SVN: r107205 - branches/Branch_5_0/server/src/bin.

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


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

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

Modified: branches/Branch_5_0/server/src/bin/service.bat
===================================================================
--- branches/Branch_5_0/server/src/bin/service.bat	2010-07-29 14:56:56 UTC (rev 107204)
+++ branches/Branch_5_0/server/src/bin/service.bat	2010-07-29 14:58:10 UTC (rev 107205)
@@ -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=JBAS50SVC"
 )
 set SVCDISP=JBoss Application Server 5.0



More information about the jboss-cvs-commits mailing list