summaryrefslogtreecommitdiff
path: root/build-aux/gendocs.sh
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 /build-aux/gendocs.sh
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.
Diffstat (limited to 'build-aux/gendocs.sh')
-rwxr-xr-xbuild-aux/gendocs.sh2
1 files changed, 1 insertions, 1 deletions
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