]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Use SC system MD5 instead of hard-coded python paths
authorAmos Jeffries <amosjeffries@squid-cache.org>
Wed, 9 Jun 2010 00:26:21 +0000 (18:26 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Wed, 9 Jun 2010 00:26:21 +0000 (18:26 -0600)
scripts/source-maintenance.sh

index 3b7015c81eb4847c0f82d01f4d7ae5a4178d17cd..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.6/Tools/scripts/md5sum.py -"
+       MD5="md5"
 else
        MD5="md5sum"
 fi