diff options
author | Nils Gillmann <ng0@n0.is> | 2018-06-05 10:17:44 +0000 |
---|---|---|
committer | Nils Gillmann <ng0@n0.is> | 2018-06-05 10:17:44 +0000 |
commit | c99d62c683ec641b81b92efeef913189648b7d61 (patch) | |
tree | 081ba2f2d46e8d632da9e9bfcb1eccf61063bfb4 | |
parent | 52de9c044b048de3f1ba4d6d4d59dc62a6fab5f9 (diff) |
gnunet-bugreport: GNUtls->GnuTLS
Signed-off-by: Nils Gillmann <ng0@n0.is>
-rwxr-xr-x | contrib/scripts/gnunet-bugreport | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/scripts/gnunet-bugreport b/contrib/scripts/gnunet-bugreport index 7fbb2f46c8..f17cb7636e 100755 --- a/contrib/scripts/gnunet-bugreport +++ b/contrib/scripts/gnunet-bugreport @@ -233,7 +233,7 @@ gcc -o $TMPFILE $TMPFILE.c 2> /dev/null && $TMPFILE || echo "Not found" rm -f $TMPFILE $TMPFILE.bin -echo -n "GNUtls : " +echo -n "GnuTLS : " TMPFILE=`mktemp /tmp/gnutls-version-testXXXXXX` cat - >$TMPFILE.c <<EOF #include <gnutls/gnutls.h> |