This commit is contained in:
Pierre Pronchery 2017-03-24 13:11:24 +01:00
parent faefe62bea
commit 8e15454f4c

View File

@ -313,7 +313,7 @@ readonly SSLv2_CLIENT_HELLO="
###### 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(){
# if [[ "$BASH_VERSINFO" -eq 4 ]]; then
printf -- "%b" "${1//%/%%}"