gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: fix typo


From: gnunet
Subject: [gnunet] branch master updated: fix typo
Date: Fri, 03 Jul 2020 11:43:04 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new ae8cb76de fix typo
ae8cb76de is described below

commit ae8cb76dead0403f4258c762d8d330cc5aca938d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jul 3 11:37:23 2020 +0200

    fix typo
---
 contrib/scripts/gnunet-bugreport | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/scripts/gnunet-bugreport b/contrib/scripts/gnunet-bugreport
index 4c12313df..7ce8941cb 100755
--- a/contrib/scripts/gnunet-bugreport
+++ b/contrib/scripts/gnunet-bugreport
@@ -416,7 +416,7 @@ gnugettext_check()
 
 gettext_check()
 {
-    if test -z "`type getext | awk '/not found/'`"; then
+    if test -z "`type gettext | awk '/not found/'`"; then
         infomsg "gettext        : Found"
     else
         infomsg "gettext        : Not Found"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]