From: Amos Jeffries Date: Wed, 9 Jun 2010 00:26:21 +0000 (-0600) Subject: Use SC system MD5 instead of hard-coded python paths X-Git-Tag: SQUID_3_2_0_1~157 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f437b706f920f90b4e4e682bd4c65d252ebbfa6b;p=thirdparty%2Fsquid.git Use SC system MD5 instead of hard-coded python paths --- diff --git a/scripts/source-maintenance.sh b/scripts/source-maintenance.sh index 3b7015c81e..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.6/Tools/scripts/md5sum.py -" + MD5="md5" else MD5="md5sum" fi