]> Savannah Git Hosting - gnulib.git/commitdiff
x-to-1: Accept additional help2man arguments.
authorBruno Haible <bruno@clisp.org>
Thu, 9 Feb 2023 04:10:39 +0000 (05:10 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 9 Feb 2023 04:10:39 +0000 (05:10 +0100)
* build-aux/x-to-1.in: Fix last commit: Don't collapse adjacent whitespace
characters in the help2man options.

build-aux/x-to-1.in

index daa37c85aa3cd45f560ba35793228303e30596f6..45764913a5a6eee6488620e20e6a58771c50c7da 100644 (file)
@@ -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