diff options
author | ng0 <ng0@n0.is> | 2019-11-27 21:56:13 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-11-27 21:56:13 +0000 |
commit | 3fcb02bf06baa99375359a5d7ed768f36bde44d9 (patch) | |
tree | b88e9fac0a0b48bdae5fc18e5ff0eaf059a2f375 /contrib | |
parent | cf267b6ac1f0e10f90716a490cc4d1e60aea5de8 (diff) |
gnunet-bugreport: license and typo
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/scripts/gnunet-bugreport | 6 |
1 files 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 |