From af4117aa7ae0aba04b3fb901ee60afc98fd690f2 Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 8 Jul 2016 11:25:41 +0200 Subject: [PATCH] FIX #404 --- testssl.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/testssl.sh b/testssl.sh index 3491c69..c2dd02c 100755 --- a/testssl.sh +++ b/testssl.sh @@ -132,8 +132,7 @@ fi TERM_CURRPOS=0 # custom line wrapping needs alter the current horizontal cursor pos # following variables make use of $ENV, e.g. OPENSSL= ./testssl.sh -# 0 means (normally) true here. Some of the variables are also accessible with a command line switch -# most of them can be set also by a cmd line switch +# 0 means (normally) true here. Some of the variables are also accessible with a command line switch, see --help declare -x OPENSSL COLOR=${COLOR:-2} # 2: Full color, 1: b/w+positioning, 0: no ESC at all @@ -8269,4 +8268,4 @@ fi exit $? -# $Id: testssl.sh,v 1.521 2016/07/08 09:15:40 dirkw Exp $ +# $Id: testssl.sh,v 1.522 2016/07/08 09:25:39 dirkw Exp $