From: Amos Jeffries Date: Tue, 8 Jun 2010 08:41:39 +0000 (-0600) Subject: SC python updated X-Git-Tag: SQUID_3_2_0_1~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a6b71093cb810f9b2d5d48f5b07746e97e84f50;p=thirdparty%2Fsquid.git SC python updated --- diff --git a/scripts/source-maintenance.sh b/scripts/source-maintenance.sh index 9eca4b2c47..3b7015c81e 100755 --- a/scripts/source-maintenance.sh +++ b/scripts/source-maintenance.sh @@ -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