From f437b706f920f90b4e4e682bd4c65d252ebbfa6b Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Tue, 8 Jun 2010 18:26:21 -0600 Subject: [PATCH] Use SC system MD5 instead of hard-coded python paths --- scripts/source-maintenance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3