]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Maintenance: Use system MD5 instead of hard-coded python paths
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 12 Jun 2010 10:29:11 +0000 (22:29 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 12 Jun 2010 10:29:11 +0000 (22:29 +1200)
scripts/source-maintenance.sh

index 9eca4b2c47e0a83c18dffd905496a0ea4de3a34f..4f595d6d3944806c5d6bcdfcfbc8e17ec5577593 100755 (executable)
@@ -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