aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy-setup-ca.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-09 14:18:01 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-09 14:18:10 +0200
commitf531d06a9d64d627034c2220769c1af63fb72297 (patch)
tree25eb2a39209beff39406e0fd5ca869df62fefa06 /src/gns/gnunet-gns-proxy-setup-ca.in
parent839139eb858c01bbba6a25062e32916f2689e252 (diff)
downloadgnunet-f531d06a9d64d627034c2220769c1af63fb72297.tar.gz
gnunet-f531d06a9d64d627034c2220769c1af63fb72297.zip
fix gnunet-bugreport output issues
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}