mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-09 05:22:53 +02:00
Missing space ;)
Whoops... edited this from the github webpage..
This commit is contained in:
@ -94,7 +94,7 @@ echo A | sed -E 's/A//' >/dev/null 2>&1 && \
|
|||||||
readonly HAS_SED_E=true || \
|
readonly HAS_SED_E=true || \
|
||||||
readonly HAS_SED_E=false
|
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_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
|
TERM_CURRPOS=0 # ^^^ we also need to find out the length or current pos in the line
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user