From c102bb67120b83d76ac91cd499a94e5e3abf2526 Mon Sep 17 00:00:00 2001 From: Dirk Date: Thu, 27 Aug 2015 20:39:20 +0200 Subject: [PATCH] micro fix for the ESC code orgination fron tput test --- testssl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testssl.sh b/testssl.sh index 4282ef1..f2138a7 100755 --- a/testssl.sh +++ b/testssl.sh @@ -315,7 +315,7 @@ set_color_functions() { bold="" underline="" - tput sgr0 || linux_tput=false + tput sgr0 &>/dev/null || linux_tput=false if [[ "$COLOR" -eq 2 ]]; then if $linux_tput; then red=$(tput setaf 1) @@ -4817,4 +4817,4 @@ fi exit $ret -# $Id: testssl.sh,v 1.360 2015/08/27 09:25:11 dirkw Exp $ +# $Id: testssl.sh,v 1.361 2015/08/27 18:39:18 dirkw Exp $