From 8dd22f6ea666c4192766af7d908d83b56f9efcb7 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 12 Jun 2010 22:29:11 +1200 Subject: [PATCH] Maintenance: Use 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 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 -- 2.47.3