From: Bruno Haible Date: Sun, 31 Jul 2022 05:16:34 +0000 (+0200) Subject: gendocs.sh: Fix error when invoking 'perl' (regression 2022-07-23). X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=8a3fd6e78925d8c46eaa96f7e799e5c80a726e8b;p=gnulib.git gendocs.sh: Fix error when invoking 'perl' (regression 2022-07-23). * build-aux/gendocs.sh (PERL): Use double-quotes, not single-quotes. --- 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