From 086b3065624f9947f2ca889cb7ff612088c85826 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 22 May 2017 14:20:02 +0200 Subject: [PATCH] Fix gnutls-cli detection (#80) --- bin/doctor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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