summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-02-09 05:10:39 +0100
committerBruno Haible <bruno@clisp.org>2023-02-09 05:10:39 +0100
commit39c8bcf9babcf2ab207327087f356f7fecb4f03e (patch)
treefcbbb21bcb49705b8bbee1b404aad0a000ee21ac /build-aux
parentbe8e401adf67e4e0b6638e8d396b6aaa0fd6834b (diff)
downloadgnulib-39c8bcf9babcf2ab207327087f356f7fecb4f03e.tar.gz
x-to-1: Accept additional help2man arguments.
* build-aux/x-to-1.in: Fix last commit: Don't collapse adjacent whitespace characters in the help2man options.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/x-to-1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/x-to-1.in b/build-aux/x-to-1.in
index daa37c85aa..45764913a5 100644
--- a/build-aux/x-to-1.in
+++ b/build-aux/x-to-1.in
@@ -129,7 +129,7 @@ if test @CROSS_COMPILING@ = no && test -f $executable && test $perlok = yes; the
func_add_word_to_command "$executable"
echo "$command_for_print > $output"
rm -f t-$progname.1
- eval $command_for_eval > t-$progname.1 || exit 1
+ eval "$command_for_eval" > t-$progname.1 || exit 1
if test -n "$update"; then
# In --update mode, don't overwrite the output if nothing would change.
if cmp t-$progname.1 $output >/dev/null 2>&1; then