From: ng0 Date: Wed, 27 Nov 2019 21:56:13 +0000 (+0000) Subject: gnunet-bugreport: license and typo X-Git-Tag: v0.12.0~67^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3fcb02bf06baa99375359a5d7ed768f36bde44d9;p=oweals%2Fgnunet.git gnunet-bugreport: license and typo --- 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