]> 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>
Sun, 31 Jul 2022 05:16:34 +0000 (07:16 +0200)
* build-aux/gendocs.sh (PERL): Use double-quotes, not single-quotes.

ChangeLog
build-aux/gendocs.sh

index 4235a4b6d1a60b7ecc80cf355ce6123fa8d1a87c..b054bedef563c69a6184167b9348819d7e5cbb23 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-30  Bruno Haible  <bruno@clisp.org>
 
        gnulib-tool.py: Clean up imports.
index 2411a850cab968511f9147bcefac40ea36c34918..f6811eea4618926068292700aa9a9fa3570dcb03 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