SF.net SVN: jython:[7142] trunk/jython
[email protected] Sun, 10 Oct 2010 10:29:16 +0000
| Newsgroups | gmane.comp.lang.jython.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 7142
http://jython.svn.sourceforge.net/jython/?rev=7142&view=rev
Author: otmarhumbel
Date: 2010-10-10 10:29:15 +0000 (Sun, 10 Oct 2010)
Log Message:
-----------
properly quote COMSPEC on exit
fixes issue #1661
Modified Paths:
--------------
trunk/jython/NEWS
trunk/jython/src/shell/jython.bat
Modified: trunk/jython/NEWS
===================================================================
--- trunk/jython/NEWS 2010-10-09 07:53:42 UTC (rev 7141)
+++ trunk/jython/NEWS 2010-10-10 10:29:15 UTC (rev 7142)
@@ -2,6 +2,7 @@
Jython 2.5.2rc1
Bugs Fixed
+ - [ 1661 ] Error at on exit in TCC/LE
- [ 1639 ] JBoss 5, vfszip protocol in use for jarFileName in PySystemState
- [ 1660 ] threading module memory leak
- [ 1452 ] pydoc help() function fails because sys.executable is None in stand-alone Jython
Modified: trunk/jython/src/shell/jython.bat
===================================================================
--- trunk/jython/src/shell/jython.bat 2010-10-09 07:53:42 UTC (rev 7141)
+++ trunk/jython/src/shell/jython.bat 2010-10-10 10:29:15 UTC (rev 7142)
@@ -295,4 +295,5 @@
:finish
-%COMSPEC% /c exit /b %E%
+set _UNQUOTED_COMSPEC=%COMSPEC:"=%
+"%_UNQUOTED_COMSPEC%" /c exit /b %E%
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb