diff --git a/bin/doctor b/bin/doctor index 43bea5262..fb718c24c 100755 --- a/bin/doctor +++ b/bin/doctor @@ -96,7 +96,7 @@ ;; --- is the environment set up properly? -------------------- ;; gnutls-cli & openssl -(unless (not (executable-find "gnutls-cli")) +(unless (executable-find "gnutls-cli") (cond ((executable-find "openssl") (let* ((output (shell-command-to-string "openssl ciphers -v")) (protocols