diff options
| author | Paul Buetow <paul@buetow.org> | 2021-05-12 09:06:22 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-05-12 09:06:22 +0100 |
| commit | 0e4caa074d62c673a26e7b118a9afc6fb1c92ebb (patch) | |
| tree | 9d7ad5fb4297cee242ce2d00767bf73738df9986 /modules/html.source.sh | |
| parent | e569faa91f0f8906c416113010c755fd5cdc79b2 (diff) | |
make shellcheck happy again, also add a shellcheck makefile target
Diffstat (limited to 'modules/html.source.sh')
| -rw-r--r-- | modules/html.source.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/html.source.sh b/modules/html.source.sh index 9fb4a301..ef6e7b11 100644 --- a/modules/html.source.sh +++ b/modules/html.source.sh @@ -47,7 +47,6 @@ html::make_link () { } html::fromgmi () { - local -r gmi_file=$1 local -i is_list=0 local -i is_plain=0 |
