[Python-checkins] cpython: Fix typo.

martin.v.loewis python-checkins at python.org
Fri May 18 16:43:03 CEST 2012


http://hg.python.org/cpython/rev/9a2281086142
changeset:   77034:9a2281086142
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Fri May 18 16:42:52 2012 +0200
summary:
  Fix typo.

files:
  Tools/buildbot/external-common.bat |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Tools/buildbot/external-common.bat b/Tools/buildbot/external-common.bat
--- a/Tools/buildbot/external-common.bat
+++ b/Tools/buildbot/external-common.bat
@@ -24,9 +24,9 @@
 )
 
 @rem OpenSSL
-if not exist openssl-1.0.0c (
+if not exist openssl-1.0.1c (
     rd /s/q openssl-1.0.0j
-    svn export http://svn.python.org/projects/external/openssl-1.0.0c
+    svn export http://svn.python.org/projects/external/openssl-1.0.1c
 )
 
 @rem tcl/tk

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list