summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-07-31 07:16:34 +0200
committerBruno Haible <bruno@clisp.org>2022-07-31 07:16:34 +0200
commit1803e3ebe5e956dda2d3483bc16b88f57f66a4df (patch)
tree7e82318083d585484371c7e6ba6f8a41ffc16a4a
parentdd7b332f80d76f35d7be012c7c35007716334719 (diff)
downloadgnulib-1803e3ebe5e956dda2d3483bc16b88f57f66a4df.tar.gz
gendocs.sh: Fix error when invoking 'perl' (regression 2022-07-23).
* build-aux/gendocs.sh (PERL): Use double-quotes, not single-quotes.
-rw-r--r--ChangeLog5
-rwxr-xr-xbuild-aux/gendocs.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4235a4b6d1..b054bedef5 100644
--- 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.
diff --git a/build-aux/gendocs.sh b/build-aux/gendocs.sh
index 2411a850ca..f6811eea46 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