aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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."