From: Bruno Haible Date: Thu, 9 Feb 2023 04:10:39 +0000 (+0100) Subject: x-to-1: Accept additional help2man arguments. X-Git-Tag: v1.0~1690 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=39c8bcf9babcf2ab207327087f356f7fecb4f03e;p=gnulib.git 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. --- 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