aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2019-06-26 20:04:52 +0200
committerlurchi <lurchi@strangeplace.net>2019-06-26 20:04:56 +0200
commit46076bd9d7f93b367087ffab6b498b3efb1ed817 (patch)
treec946c679ac4ffe077c72dc653c08dc78a71d3de4
parent456743e92bffa6055b8a5dcf6334fca84a5457c3 (diff)
parent9de61a9ea36dbbe2d61f2fbf88c8644146a37846 (diff)
downloadgnunet-46076bd9d7f93b367087ffab6b498b3efb1ed817.tar.gz
gnunet-46076bd9d7f93b367087ffab6b498b3efb1ed817.zip
Merge branch 'master' of https://git.gnunet.org/gnunet
-rw-r--r--src/gns/gnunet-gns-proxy-setup-ca.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gns/gnunet-gns-proxy-setup-ca.in b/src/gns/gnunet-gns-proxy-setup-ca.in
index b19b6c001..57d1a9f04 100644
--- a/src/gns/gnunet-gns-proxy-setup-ca.in
+++ b/src/gns/gnunet-gns-proxy-setup-ca.in
@@ -181,11 +181,7 @@ generate_ca()
181 181
182importbrowsers() 182importbrowsers()
183{ 183{
184 # Don't check with -H, -H defies any method to not 184 if test -z "`command -v certutil`" > /dev/null 2>&1
185 # print the output on screen! Let's hope that every
186 # certutil gets build with some kind of build flags
187 # which end up being printed here:
188 if test -z "`certutil --build-flags`" > /dev/null 2>&1
189 then 185 then
190 warningmsg "The 'certutil' command was not found." 186 warningmsg "The 'certutil' command was not found."
191 warningmsg "Not importing into browsers." 187 warningmsg "Not importing into browsers."