On Wed, Dec 07, 2022 at 07:36:50PM +0100, Jan Engelhardt wrote: > > On Wednesday 2022-12-07 18:44, Phil Sutter wrote: > > ${AM_VERBOSE_GEN} echo '.so man8/xtables-translate.8' >$@ > > > >+ip6tables.8 ip6tables-apply.8 ip6tables-restore.8 ip6tables-save.8: > >+ ${AM_VERBOSE_GEN} sed 's|^ip6|.so man8/ip|' <<<$@ >$@ > > <<< is not sh-compatible Oh, thanks. I'll resubmit using 'echo "$@" | sed ...' then. Thanks, Phil