From: <otm...@us...> - 2008-11-05 15:32:43
|
Revision: 5546 http://jython.svn.sourceforge.net/jython/?rev=5546&view=rev Author: otmarhumbel Date: 2008-11-05 15:32:35 +0000 (Wed, 05 Nov 2008) Log Message: ----------- correctly quote _JYTHON_HOME this should fix issue #1125 Modified Paths: -------------- trunk/installer/src/java/org/python/util/install/driver/jython_test.bat.template Modified: trunk/installer/src/java/org/python/util/install/driver/jython_test.bat.template =================================================================== --- trunk/installer/src/java/org/python/util/install/driver/jython_test.bat.template 2008-11-05 15:30:32 UTC (rev 5545) +++ trunk/installer/src/java/org/python/util/install/driver/jython_test.bat.template 2008-11-05 15:32:35 UTC (rev 5546) @@ -29,12 +29,11 @@ call jython.bat "%_SCRIPT%" set E=%ERRORLEVEL% -rem this exposes the last part of issue 1125 -rem echo "{3}: both homes UNquoted:" -rem set JAVA_HOME=%_JAVA_HOME% -rem set JYTHON_HOME=%_INSTALL_DIR% -rem call jython.bat "%_SCRIPT%" -rem set E=%ERRORLEVEL% +echo {3}: both homes UNquoted: +set JAVA_HOME=%_JAVA_HOME% +set JYTHON_HOME=%_INSTALL_DIR% +call jython.bat "%_SCRIPT%" +set E=%ERRORLEVEL% rem cleanup: set JAVA_HOME=%_OLD_JAVA_HOME% This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |