From: <otm...@us...> - 2009-03-06 22:18:35
|
Revision: 6077 http://jython.svn.sourceforge.net/jython/?rev=6077&view=rev Author: otmarhumbel Date: 2009-03-06 22:18:24 +0000 (Fri, 06 Mar 2009) Log Message: ----------- also unset _BOOT_CP (for symmetry) Modified Paths: -------------- trunk/jython/src/shell/jython.bat Modified: trunk/jython/src/shell/jython.bat =================================================================== --- trunk/jython/src/shell/jython.bat 2009-03-06 21:56:19 UTC (rev 6076) +++ trunk/jython/src/shell/jython.bat 2009-03-06 22:18:24 UTC (rev 6077) @@ -170,6 +170,7 @@ set _CMP1= set _CMP2= set _CP= +set _BOOT_CP= set _JAVA_CMD= set _JAVA_OPTS= set _JAVA_STACK= This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |