Ted Smith wrote: > Ah, Matthew _just_ beat me (his email got to my inbox just as I started > typing this). So I'm adding his gpg line to my patch. > > The attached diff against the svn adds a config array SUMLIST and a > scalar SUMFILE for the list of *sum programs to use and the file to put > the output in. This lets us update as future hash algorithms break > without going through and replacing "md5sum" every time. :)
It should really be a multidimensional array (apparently, this isn't really possible with bash), or two parallel arrays. That way, if you use md5sum, it automatically creates MD5SUMS, since SUMFILE is fairly bland. Matt Flaschen _______________________________________________ gNewSense-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/gnewsense-users
