From bdf83471628661b564e86f1f96340a110ec8458c Mon Sep 17 00:00:00 2001 From: mboelen Date: Thu, 19 Mar 2015 00:03:58 +0100 Subject: Don't require sha1sum AND openssl AND csum, but just one of them to exist --- include/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions b/include/functions index e2c14444..7e22e218 100644 --- a/include/functions +++ b/include/functions @@ -350,7 +350,7 @@ { HOSTID="-" FIND="" - if [ ! "${SHA1SUMBINARY}" = "" -a ! "${OPENSSLBINARY}" = "" -a ! "${CSUMBINARY}" = "" ]; then + if [ ! "${SHA1SUMBINARY}" = "" -o ! "${OPENSSLBINARY}" = "" -o ! "${CSUMBINARY}" = "" ]; then case "${OS}" in -- cgit v1.2.3