[Zope-Checkins] SVN: Zope/trunk/skel/bin/runzope.bat.in further changes so it's easier to move an instance between zope versions.

Chris Withers chris at simplistix.co.uk
Mon May 1 07:19:34 EDT 2006


Log message for revision 67788:
  further changes so it's easier to move an instance between zope versions.

Changed:
  U   Zope/trunk/skel/bin/runzope.bat.in

-=-
Modified: Zope/trunk/skel/bin/runzope.bat.in
===================================================================
--- Zope/trunk/skel/bin/runzope.bat.in	2006-05-01 11:14:30 UTC (rev 67787)
+++ Zope/trunk/skel/bin/runzope.bat.in	2006-05-01 11:19:33 UTC (rev 67788)
@@ -1,6 +1,6 @@
- at set PYTHON=<<PYTHON>>
 @set ZOPE_HOME=<<ZOPE_HOME>>
 @set INSTANCE_HOME=<<INSTANCE_HOME>>
+ at set PYTHON=%ZOPE_HOME%\bin\python.exe
 @set SOFTWARE_HOME=%ZOPE_HOME%\lib\python
 @set CONFIG_FILE=%INSTANCE_HOME%\etc\zope.conf
 @set PYTHONPATH=%SOFTWARE_HOME%



More information about the Zope-Checkins mailing list