mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-11 03:00:57 +01:00
commit
d7c5e0240f
@ -313,7 +313,7 @@ readonly SSLv2_CLIENT_HELLO="
|
|||||||
|
|
||||||
|
|
||||||
###### output functions ######
|
###### output functions ######
|
||||||
# a little bit of sanitzing with bash internal search&replace -- otherwise printf will hiccup at '%' and '--' does the rest.
|
# a little bit of sanitizing with bash internal search&replace -- otherwise printf will hiccup at '%' and '--' does the rest.
|
||||||
out(){
|
out(){
|
||||||
# if [[ "$BASH_VERSINFO" -eq 4 ]]; then
|
# if [[ "$BASH_VERSINFO" -eq 4 ]]; then
|
||||||
printf -- "%b" "${1//%/%%}"
|
printf -- "%b" "${1//%/%%}"
|
||||||
|
Loading…
Reference in New Issue
Block a user