From 21d5c301470e0ac7498b70e6a4e6fe079ea50027 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Sun, 12 Jul 2026 15:44:22 +0200 Subject: [PATCH] Add $ to SYSTEM --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 47f290a..f9a5755 100755 --- a/testssl.sh +++ b/testssl.sh @@ -20935,7 +20935,7 @@ find_openssl_binary() { # In order to avoid delays due to lookups of the hostname "invalid." we just try to avoid using "-connect invalid." # when possible. The following does a check fopr that. For WSL we stick for now to the old scheme. Not sure about Cygwin - if [[ SYSTEM2 == "WSL" ]]; then + if [[ $SYSTEM2 == "WSL" ]]; then NXCONNECT=-connect $NXDNS else # If this connects and bails out with an error message, we do not need "-connect invalid."