Reverse dd3657e temporarily to get a clear picture

See #1134, #1135, also #1132 is a suspect
This commit is contained in:
Dirk 2018-09-25 16:18:59 +02:00
parent d9f0258171
commit 305eefc9e8
1 changed files with 4 additions and 0 deletions

View File

@ -15502,6 +15502,10 @@ check_bsd_mount() {
# and some F5s to hiccup, see https://github.com/drwetter/testssl.sh/pull/1113
#
choose_printf() {
# temporary measure
PRINTF=printf
return 0
PRINTF="$(type -P printf)"
[[ -n "$PRINTF" ]] && return 0
if type -t printf >/dev/null; then