[jboss-cvs] JBossAS SVN: r90888 - branches/Branch_5_x/main/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 7 05:44:53 EDT 2009


Author: jfrederic.clere at jboss.com
Date: 2009-07-07 05:44:53 -0400 (Tue, 07 Jul 2009)
New Revision: 90888

Modified:
   branches/Branch_5_x/main/src/bin/run.bat
Log:
Fix the script (See http://www.jboss.org/index.html?module=bb&op=viewtopic&t=147583)


Modified: branches/Branch_5_x/main/src/bin/run.bat
===================================================================
--- branches/Branch_5_x/main/src/bin/run.bat	2009-07-07 09:39:28 UTC (rev 90887)
+++ branches/Branch_5_x/main/src/bin/run.bat	2009-07-07 09:44:53 UTC (rev 90888)
@@ -81,8 +81,8 @@
 
 rem Add native to the PATH if present
 set JBOSS_NATIVE_LOC=
-if exist "%JBOSS_HOME%\bin\META-INF\lib\windows-%JAVA_PLATFORM%" (
-  set "JBOSS_NATIVE_HOME=%JBOSS_HOME%\bin\META-INF\lib\windows-%JAVA_PLATFORM%"
+if exist "%JBOSS_HOME%\bin\META-INF\lib\windows\%JAVA_PLATFORM%" (
+  set "JBOSS_NATIVE_HOME=%JBOSS_HOME%\bin\META-INF\lib\windows\%JAVA_PLATFORM%"
 ) else if exist "%JBOSS_HOME%\bin\native" (
   set "JBOSS_NATIVE_HOME=%JBOSS_HOME%\bin\native"
 )




More information about the jboss-cvs-commits mailing list