summaryrefslogtreecommitdiff
path: root/MODULES.html.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-07-23 13:31:20 +0200
committerBruno Haible <bruno@clisp.org>2022-07-23 13:31:20 +0200
commit27957b76186707575ae38f5fc515629c40cbfaaa (patch)
treeddc13d390ff2c87941c7ab7e5cd02fa5dd51dcbc /MODULES.html.sh
parent82942a6e8382836b0feaa81d6fec046cd622a7c1 (diff)
downloadgnulib-27957b76186707575ae38f5fc515629c40cbfaaa.tar.gz
Fix a couple of ShellCheck warnings.
* MODULES.html.sh (sed_escape_slash): Remove unused variable. * build-aux/bootstrap: Avoid computed printf format strings. * build-aux/do-release-commit-and-tag: Likewise. * build-aux/gendocs.sh: Likewise. * build-aux/declared.sh: Fix "unrecognized option" message. * gnulib-tool (supplied_opts): Remove unused variable. (--single-con): Remove redundant option recognition. * tests/test-parse-duration.sh (nl): Remove unused variable. * tests/test-update-copyright.sh: Use double-quotes instead of single-quotes.
Diffstat (limited to 'MODULES.html.sh')
-rwxr-xr-xMODULES.html.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/MODULES.html.sh b/MODULES.html.sh
index 246d8ebf52..03b72a4a9f 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -41,7 +41,6 @@ repo_url_suffix_repl=`echo "$repo_url_suffix" | sed -e 's,[&],\\\&,'`
sed_lt='s,<,\&lt;,g'
sed_gt='s,>,\&gt;,g'
sed_escape_dot='s,\.,\\.,g'
-sed_escape_slash='s,/,\\/,g'
trnl='\012'
sed_alt1='s,$,\\|,'
sed_alt2='s,^\\|,\\(,'