From: Amos Jeffries Date: Sat, 12 Jun 2010 10:29:11 +0000 (+1200) Subject: Maintenance: Use system MD5 instead of hard-coded python paths X-Git-Tag: SQUID_3_1_5~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8dd22f6ea666c4192766af7d908d83b56f9efcb7;p=thirdparty%2Fsquid.git Maintenance: Use system MD5 instead of hard-coded python paths --- diff --git a/scripts/source-maintenance.sh b/scripts/source-maintenance.sh index 9eca4b2c47..4f595d6d39 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="md5" else MD5="md5sum" fi