>>>>> On Thu, 29 Feb 2024, Michał Górny wrote: >> + "${EPREFIX}"/usr/bin/fmtutil-sys --all &> /dev/null \ >> + || die -n "fmtutil-sys returned non-zero exit status ${res}" > Put '||' at end of the line, then you won't need the redundant > backslash. I don't think we have such a policy, so || at end of line or beginning of next line is really up to personal preference. Independent of this, looks like ${res} is not defined? Ulrich