From 427abb081c81c262a7df366a9c32b8f5df09928e Mon Sep 17 00:00:00 2001 From: kytv Date: Sat, 30 Mar 2013 02:26:37 +0000 Subject: [PATCH] remove debug text --- tests/scripts/checkcerts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/checkcerts.sh b/tests/scripts/checkcerts.sh index 45e86f6bcf..5c3d737e46 100755 --- a/tests/scripts/checkcerts.sh +++ b/tests/scripts/checkcerts.sh @@ -15,7 +15,7 @@ WARN=60 SOON=30 -if [ $(which 1openssl) ]; then +if [ $(which openssl) ]; then OPENSSL=1 elif [ $(which certtool) ]; then : ;else echo "ERROR: Neither certtool nor openssl were found..." >&2