aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy-setup-ca.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns-proxy-setup-ca.in')
-rw-r--r--src/gns/gnunet-gns-proxy-setup-ca.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-gns-proxy-setup-ca.in b/src/gns/gnunet-gns-proxy-setup-ca.in
index 184da4853..cd5d8c70f 100644
--- a/src/gns/gnunet-gns-proxy-setup-ca.in
+++ b/src/gns/gnunet-gns-proxy-setup-ca.in
@@ -61,7 +61,7 @@ statusmsg()
61 61
62infomsg() 62infomsg()
63{ 63{
64 if [ $verbosity = 1 ]; then 64 if [ x$verbosity = x1 ]; then
65 statusmsg "INFO: $@" 65 statusmsg "INFO: $@"
66 fi 66 fi
67} 67}