svn commit: r1606623 - /ofbiz/trunk/ant.bat

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1606623 - /ofbiz/trunk/ant.bat

jleroux@apache.org
Author: jleroux
Date: Mon Jun 30 05:36:14 2014
New Revision: 1606623

URL: http://svn.apache.org/r1606623
Log:
Fixes an issues with ant.bat on Windows (worked with Wine)

Modified:
    ofbiz/trunk/ant.bat

Modified: ofbiz/trunk/ant.bat
URL: http://svn.apache.org/viewvc/ofbiz/trunk/ant.bat?rev=1606623&r1=1606622&r2=1606623&view=diff
==============================================================================
--- ofbiz/trunk/ant.bat (original)
+++ ofbiz/trunk/ant.bat Mon Jun 30 05:36:14 2014
@@ -29,7 +29,7 @@ SET TOP=%~dp0
 SET LAUNCHER_JAR=
 SET BASE_LIB=%TOP%\framework\base\lib
 SET ANT_LIB=%BASE_LIB%\ant
-FOR %%G IN (%BASE_LIB%\ant-*-ant-launcher.jar) DO SET LAUNCHER_JAR=%BASE_LIB%\%%G
+FOR %%G IN (%BASE_LIB%\ant-*-ant-launcher.jar) DO SET LAUNCHER_JAR=%%G
 ECHO %LAUNCHER_JAR%
 IF [%LAUNCHER_JAR%] == [] (
  ECHO "Couldn't find ant-launcher.jar"