From 684ca29146a4d073b4e78a37dce2ec00605ebd51 Mon Sep 17 00:00:00 2001 From: Thiago Scalone <155578946+scalone-cw@users.noreply.github.com> Date: Sat, 26 Nov 2011 04:19:49 +0200 Subject: [PATCH] Basic OpenBSD support. OpenBSD has no md5sum utility. So we use OpenSSL instead of it. --- kerl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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