[jboss-cvs] JBossAS SVN: r111671 - tags/JBPAPP_5_1_1_GA/main/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 24 12:06:59 EDT 2011


Author: dcheung
Date: 2011-06-24 12:06:59 -0400 (Fri, 24 Jun 2011)
New Revision: 111671

Modified:
   tags/JBPAPP_5_1_1_GA/main/src/bin/run.bat
Log:
Applying patch for JBPAPP-6627

Modified: tags/JBPAPP_5_1_1_GA/main/src/bin/run.bat
===================================================================
--- tags/JBPAPP_5_1_1_GA/main/src/bin/run.bat	2011-06-24 15:58:49 UTC (rev 111670)
+++ tags/JBPAPP_5_1_1_GA/main/src/bin/run.bat	2011-06-24 16:06:59 UTC (rev 111671)
@@ -6,10 +6,10 @@
 rem $Id$
 
 @if not "%ECHO%" == ""  echo %ECHO%
- at if "%OS%" == "Windows_NT" setlocal
+ at if "%OS%" == "Windows_NT" setlocal enableextensions enabledelayedexpansion
 
 if "%OS%" == "Windows_NT" (
-  set "DIRNAME=%~dp0%"
+  set "DIRNAME=!~dp0!"
 ) else (
   set DIRNAME=.\
 )



More information about the jboss-cvs-commits mailing list