From 6a8d4870abaf27af84c3253c448a6dd112c58866 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Fri, 30 Oct 2015 09:56:48 +0100 Subject: [PATCH] Missing space ;) Whoops... edited this from the github webpage.. --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 0dc54ab..a88b5e3 100755 --- a/testssl.sh +++ b/testssl.sh @@ -94,7 +94,7 @@ echo A | sed -E 's/A//' >/dev/null 2>&1 && \ readonly HAS_SED_E=true || \ readonly HAS_SED_E=false -if [[ $- == *i*]]; then #Prevent tput errors if running non interactive shell +if [[ $- == *i* ]]; then #Prevent tput errors if running non interactive shell TERM_DWITH=${COLUMNS:-$(tput cols 2>/dev/null)} # for future custom line wrapping TERM_CURRPOS=0 # ^^^ we also need to find out the length or current pos in the line fi