mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
Reverse dd3657e
temporarily to get a clear picture
See #1134, #1135, also #1132 is a suspect
This commit is contained in:
parent
d9f0258171
commit
305eefc9e8
@ -15502,6 +15502,10 @@ check_bsd_mount() {
|
|||||||
# and some F5s to hiccup, see https://github.com/drwetter/testssl.sh/pull/1113
|
# and some F5s to hiccup, see https://github.com/drwetter/testssl.sh/pull/1113
|
||||||
#
|
#
|
||||||
choose_printf() {
|
choose_printf() {
|
||||||
|
# temporary measure
|
||||||
|
PRINTF=printf
|
||||||
|
return 0
|
||||||
|
|
||||||
PRINTF="$(type -P printf)"
|
PRINTF="$(type -P printf)"
|
||||||
[[ -n "$PRINTF" ]] && return 0
|
[[ -n "$PRINTF" ]] && return 0
|
||||||
if type -t printf >/dev/null; then
|
if type -t printf >/dev/null; then
|
||||||
|
Loading…
Reference in New Issue
Block a user