From: <pj...@us...> - 2009-05-23 20:02:07
|
Revision: 6370 http://jython.svn.sourceforge.net/jython/?rev=6370&view=rev Author: pjenvey Date: 2009-05-23 20:01:52 +0000 (Sat, 23 May 2009) Log Message: ----------- "force" the exit code by running exit through COMSPEC /c fixes #1352 Modified Paths: -------------- trunk/jython/src/shell/jython.bat Modified: trunk/jython/src/shell/jython.bat =================================================================== --- trunk/jython/src/shell/jython.bat 2009-05-23 06:22:38 UTC (rev 6369) +++ trunk/jython/src/shell/jython.bat 2009-05-23 20:01:52 UTC (rev 6370) @@ -202,4 +202,4 @@ set _TRIMMED_JYTHON_OPTS= :finish -exit /b %E% +%COMSPEC% /c exit /b %E% This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |