From 7412df61bc435f04adaae8ed78554618e99f19cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9F=E3=83=A5=E3=83=BC=E3=82=B9=E3=82=99?= Date: Sat, 26 Nov 2011 04:19:49 +0200 Subject: Basic OpenBSD support. OpenBSD has no md5sum utility. So we use OpenSSL instead of it. --- kerl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kerl') diff --git a/kerl b/kerl index 02c36c2..2f964fd 100755 --- a/kerl +++ b/kerl @@ -65,7 +65,7 @@ fi KERL_SYSTEM=`uname -s` case "$KERL_SYSTEM" in - Darwin) + Darwin|OpenBSD) MD5SUM="openssl md5" MD5SUM_FIELD=2 SED_OPT=-E -- cgit v1.2.3