From: <nr...@us...> - 2008-08-20 05:26:22
|
Revision: 5214 http://jython.svn.sourceforge.net/jython/?rev=5214&view=rev Author: nriley Date: 2008-08-20 05:26:20 +0000 (Wed, 20 Aug 2008) Log Message: ----------- Turned out those quotes were useful after all. Modified Paths: -------------- trunk/jython/src/shell/jython.bat Modified: trunk/jython/src/shell/jython.bat =================================================================== --- trunk/jython/src/shell/jython.bat 2008-08-20 04:33:02 UTC (rev 5213) +++ trunk/jython/src/shell/jython.bat 2008-08-20 05:26:20 UTC (rev 5214) @@ -24,7 +24,7 @@ set _JYTHON_HOME=%JYTHON_HOME% if not "%JYTHON_HOME%" == "" goto gotHome pushd "%~dp0%\.." -set _JYTHON_HOME=%CD% +set _JYTHON_HOME="%CD%" popd :gotHome This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |