From: <nr...@us...> - 2008-07-15 22:37:40
|
Revision: 4951 http://jython.svn.sourceforge.net/jython/?rev=4951&view=rev Author: nriley Date: 2008-07-15 15:37:38 -0700 (Tue, 15 Jul 2008) Log Message: ----------- Oops, left some debugging code in. Modified Paths: -------------- branches/asm/src/shell/jython.bat Modified: branches/asm/src/shell/jython.bat =================================================================== --- branches/asm/src/shell/jython.bat 2008-07-15 22:33:04 UTC (rev 4950) +++ branches/asm/src/shell/jython.bat 2008-07-15 22:37:38 UTC (rev 4951) @@ -40,7 +40,6 @@ rem prefer built version set _CP=%_JYTHON_HOME%\jython.jar for %%j in (%_JYTHON_HOME%\javalib\*.jar) do ( - echo %%j set _CP=!_CP!;"%%j" ) @@ -54,4 +53,4 @@ set _CP= :finish -exit /b %E% \ No newline at end of file +exit /b %E% This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |