[jboss-cvs] JBossAS SVN: r112470 - branches/JBPAPP_5_1/main/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 23 08:35:08 EST 2011


Author: tfonteyn
Date: 2011-11-23 08:35:08 -0500 (Wed, 23 Nov 2011)
New Revision: 112470

Modified:
   branches/JBPAPP_5_1/main/src/bin/run.bat
Log:
[JBPAPP-6920]

Modified: branches/JBPAPP_5_1/main/src/bin/run.bat
===================================================================
--- branches/JBPAPP_5_1/main/src/bin/run.bat	2011-11-22 19:57:45 UTC (rev 112469)
+++ branches/JBPAPP_5_1/main/src/bin/run.bat	2011-11-23 13:35:08 UTC (rev 112470)
@@ -9,7 +9,7 @@
 @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