From 8a3fd6e78925d8c46eaa96f7e799e5c80a726e8b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 31 Jul 2022 07:16:34 +0200 Subject: [PATCH] gendocs.sh: Fix error when invoking 'perl' (regression 2022-07-23). * build-aux/gendocs.sh (PERL): Use double-quotes, not single-quotes. --- ChangeLog | 5 +++++ build-aux/gendocs.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 621ffb4e1c..3392215a74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-07-31 Bruno Haible + + gendocs.sh: Fix error when invoking 'perl' (regression 2022-07-23). + * build-aux/gendocs.sh (PERL): Use double-quotes, not single-quotes. + 2022-07-23 Bruno Haible Avoid DoS vulnerability through unsafe default assignment. diff --git a/build-aux/gendocs.sh b/build-aux/gendocs.sh index 5068582925..ecf5218835 100755 --- a/build-aux/gendocs.sh +++ b/build-aux/gendocs.sh @@ -47,7 +47,7 @@ templateurl="https://git.savannah.gnu.org/cgit/gnulib.git/plain/doc/gendocs_temp : "${DOCBOOK2PDF="docbook2pdf"}" : "${DOCBOOK2TXT="docbook2txt"}" : "${GENDOCS_TEMPLATE_DIR="."}" -: "${PERL='perl'}" +: "${PERL="perl"}" : "${TEXI2HTML="texi2html"}" unset CDPATH unset use_texi2html -- 2.39.5