From f10431a49a717c765c218723eaa9168e0f22af68 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Thu, 19 Sep 2019 20:45:57 +0200 Subject: [PATCH] fix syntax --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index bdc06d8..28821d7 100755 --- a/testssl.sh +++ b/testssl.sh @@ -19371,7 +19371,7 @@ parse_cmd_line() { HAS_IDN2=false HAS_NOIDNOUT=false #PoC for maybe later use - if type -p dig &>/dev/null + if type -p dig &>/dev/null; then if dig +noidnout -t a 2>&1 | grep -Eqv 'Invalid option: \+noidnout|IDN support not enabled'; then HAS_NOIDNOUT=true fi