From: Martin v. Löwis Date: Thu, 17 Aug 2006 17:27:31 +0000 (+0000) Subject: Leave tk build directory to restore original path. X-Git-Tag: v2.5c2~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f04e6a110a1bd2c72a88ba04c5d5fff2d8c39e6;p=python Leave tk build directory to restore original path. --- diff --git a/Tools/buildbot/external.bat b/Tools/buildbot/external.bat index c6d252ddb9..463285fa49 100644 --- a/Tools/buildbot/external.bat +++ b/Tools/buildbot/external.bat @@ -28,6 +28,7 @@ if not exist tcl8.4.12 ( cd tk8.4.12\win nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12 nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12 INSTALLDIR=..\..\tcltk install + cd ..\.. ) @rem sqlite