]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SC python updated
authorAmos Jeffries <amosjeffries@squid-cache.org>
Tue, 8 Jun 2010 08:41:39 +0000 (02:41 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Tue, 8 Jun 2010 08:41:39 +0000 (02:41 -0600)
scripts/source-maintenance.sh

index 9eca4b2c47e0a83c18dffd905496a0ea4de3a34f..3b7015c81eb4847c0f82d01f4d7ae5a4178d17cd 100755 (executable)
@@ -15,7 +15,7 @@
 # On squid-cache.org we have to use the python scripted md5sum
 HOST=`hostname`
 if test "$HOST" = "squid-cache.org" ; then
-       MD5="python /usr/local/share/python2.4/Tools/scripts/md5sum.py -"
+       MD5="python /usr/local/share/python2.6/Tools/scripts/md5sum.py -"
 else
        MD5="md5sum"
 fi