[jboss-cvs] JBossAS SVN: r83085 - trunk/bootstrap.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 19 15:43:41 EST 2009


Author: pgier
Date: 2009-01-19 15:43:41 -0500 (Mon, 19 Jan 2009)
New Revision: 83085

Modified:
   trunk/bootstrap/build.bat
Log:
[JBBUILD-510] Fix typo.

Modified: trunk/bootstrap/build.bat
===================================================================
--- trunk/bootstrap/build.bat	2009-01-19 20:42:04 UTC (rev 83084)
+++ trunk/bootstrap/build.bat	2009-01-19 20:43:41 UTC (rev 83085)
@@ -82,7 +82,7 @@
 :ExecuteBatch
 echo Calling %1 %2 %3 %4 %5 %6 %7 %8
 set GOAL=%2
-if "%GOAL%"=="" set GOAL==install
+if "%GOAL%"=="" set GOAL=install
 call %1 %GOAL% %3 %4 %5 %6 %7 %8
 
 :end




More information about the jboss-cvs-commits mailing list