aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorミューズ <[email protected]>2011-11-26 04:19:49 +0200
committerミューズ <[email protected]>2011-11-26 04:19:49 +0200
commit7412df61bc435f04adaae8ed78554618e99f19cd (patch)
tree786e641a3e6deaed3449b6a951bacf4a45692117
parent9a29fddfd768b01206844565d7a6a07830baa030 (diff)
downloadkerl-7412df61bc435f04adaae8ed78554618e99f19cd.tar.gz
kerl-7412df61bc435f04adaae8ed78554618e99f19cd.tar.bz2
kerl-7412df61bc435f04adaae8ed78554618e99f19cd.zip
Basic OpenBSD support.
OpenBSD has no md5sum utility. So we use OpenSSL instead of it.
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
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