From 3fcb02bf06baa99375359a5d7ed768f36bde44d9 Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 27 Nov 2019 21:56:13 +0000 Subject: gnunet-bugreport: license and typo --- contrib/scripts/gnunet-bugreport | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/scripts/gnunet-bugreport b/contrib/scripts/gnunet-bugreport index aaba45252..203981ad5 100755 --- a/contrib/scripts/gnunet-bugreport +++ b/contrib/scripts/gnunet-bugreport @@ -1,10 +1,12 @@ #!/usr/bin/env sh - +# # Caveats: # - checks with textprocessing assuming that system language is English. # - maybe check last return status instead? # - Do we need to set awk to which awk becomes available or is awk # always available as just awk? +# +# SPDX-License-Identifier: 0BSD progname=${0##*/} @@ -35,7 +37,7 @@ linemsg() errmsg='' -# Check if shell support builtin 'type'. +# Check if shell supports builtin 'type'. if test -z "$errmsg"; then if ! (eval 'type type') >/dev/null 2>&1 then -- cgit v1.2.3