From df9af8061d119c9202b6e52f32171b855828ae07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Sat, 23 Mar 2019 00:59:48 +0100 Subject: [PATCH] log if not QUIET --- evocheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evocheck.sh b/evocheck.sh index d62befd..be3975e 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -243,7 +243,7 @@ failed() { check_comments=$* RC=1 - if [ "${QUIET}" = 0 ]; then + if [ "${QUIET}" != 1 ]; then if [ -n "${check_comments}" ] && [ "${VERBOSE}" = 1 ]; then printf "%s FAILED! %s\n" "${check_name}" "${check_comments}" 2>&1 else