[Python-checkins] r84857 - python/branches/py3k/PCbuild/rt.bat

hirokazu.yamamoto python-checkins at python.org
Fri Sep 17 10:53:31 CEST 2010


Author: hirokazu.yamamoto
Date: Fri Sep 17 10:53:31 2010
New Revision: 84857

Log:
Let's see if tcl/tk test runs on windows buildbot with this fix.

Modified:
   python/branches/py3k/PCbuild/rt.bat

Modified: python/branches/py3k/PCbuild/rt.bat
==============================================================================
--- python/branches/py3k/PCbuild/rt.bat	(original)
+++ python/branches/py3k/PCbuild/rt.bat	Fri Sep 17 10:53:31 2010
@@ -30,7 +30,7 @@
 set suffix=
 set qmode=
 set dashO=
-set tcltk=
+set tcltk=tcltk
 
 :CheckOpts
 if "%1"=="-O" (set dashO=-O)     & shift & goto CheckOpts


More information about the Python-checkins mailing list