[Abcde-users] MD5SUM on Darwin

Lukas Solanka lsolanka at gmail.com
Fri Mar 3 21:11:32 GMT 2017


Hi abcde team,

It looks like abcde 2.8.1 does not set the MD5SUM variable on Darwin:

if [ X$(uname) = "XFreeBSD" ] ; then
        HTTPGET=fetch
        MD5SUM=md5
        NEEDCDROMID=y
        OSFLAVOUR=FBSD
elif [ X$(uname) = "XDarwin" ] ; then
        HTTPGET=curl
        OSFLAVOUR=OSX
        # We should have diskutil in OSX, but let's be sure...
        NEEDDISKUTIL=y
        CDROMREADERSYNTAX=cddafs
        # We won't find the eject program in OSX, and doing checkexec will
fail further below...
        unset EJECT
elif [ X$(uname) = "XOpenBSD" ] ; then

Perhaps a statement should be added that sets MD5SUM as 'MD5SUM=/sbin/md5'?

Lukas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.einval.com/pipermail/abcde-users/attachments/20170303/ed6cb7e1/attachment.html>


More information about the Abcde-users mailing list