From ae8cb76dead0403f4258c762d8d330cc5aca938d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 3 Jul 2020 11:37:23 +0200 Subject: fix typo --- contrib/scripts/gnunet-bugreport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') 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" -- cgit v1.2.3