mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
micro fix for the ESC code orgination fron tput test
This commit is contained in:
parent
0d9370237c
commit
c102bb6712
@ -315,7 +315,7 @@ set_color_functions() {
|
|||||||
bold=""
|
bold=""
|
||||||
underline=""
|
underline=""
|
||||||
|
|
||||||
tput sgr0 || linux_tput=false
|
tput sgr0 &>/dev/null || linux_tput=false
|
||||||
if [[ "$COLOR" -eq 2 ]]; then
|
if [[ "$COLOR" -eq 2 ]]; then
|
||||||
if $linux_tput; then
|
if $linux_tput; then
|
||||||
red=$(tput setaf 1)
|
red=$(tput setaf 1)
|
||||||
@ -4817,4 +4817,4 @@ fi
|
|||||||
exit $ret
|
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 $
|
||||||
|
Loading…
Reference in New Issue
Block a user