]> Savannah Git Hosting - gnulib.git/commitdiff
gendocs.sh: Fix error when invoking 'perl' (regression 2022-07-23).
authorBruno Haible <bruno@clisp.org>
Sun, 31 Jul 2022 05:16:34 +0000 (07:16 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 1 Sep 2022 12:10:09 +0000 (14:10 +0200)
* build-aux/gendocs.sh (PERL): Use double-quotes, not single-quotes.

ChangeLog
build-aux/gendocs.sh

index 621ffb4e1cdecd764895c72d99745c5ada7f7691..3392215a74bc4e642828c472d6e3ef507e153555 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-07-31  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
 
        Avoid DoS vulnerability through unsafe default assignment.
index 50685829252bbba27879603459f466bc09734561..ecf5218835cb0bbcf38c29d21f3b336a1574f559 100755 (executable)
@@ -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