From: <otm...@us...> - 2008-10-15 05:35:57
|
Revision: 5396 http://jython.svn.sourceforge.net/jython/?rev=5396&view=rev Author: otmarhumbel Date: 2008-10-15 05:35:53 +0000 (Wed, 15 Oct 2008) Log Message: ----------- fixed typo: _JAVA_HOME has to be JAVA_HOME Modified Paths: -------------- trunk/jython/src/shell/jython.bat Modified: trunk/jython/src/shell/jython.bat =================================================================== --- trunk/jython/src/shell/jython.bat 2008-10-15 04:42:15 UTC (rev 5395) +++ trunk/jython/src/shell/jython.bat 2008-10-15 05:35:53 UTC (rev 5396) @@ -87,7 +87,7 @@ if [%JAVA_HOME%] == [] ( set _JAVA_CMD=jdb ) else ( - set _JAVA_CMD="%_JAVA_HOME:"=%\bin\jdb" + set _JAVA_CMD="%JAVA_HOME:"=%\bin\jdb" ) goto :nextArg ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |