From 296d5d3a60efb93d3020a972bb9064c9376d4443 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Thu, 4 Apr 2024 15:05:40 +0200 Subject: use 2> instead of &> Signed-off-by: Florian Schmaus --- eclass/texlive-common.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/texlive-common.eclass b/eclass/texlive-common.eclass index 0cc61f7..9cbb81b 100644 --- a/eclass/texlive-common.eclass +++ b/eclass/texlive-common.eclass @@ -202,7 +202,7 @@ efmtutil-sys() { ebegin "Rebuilding TexLive formats" "${EPREFIX}"/usr/bin/fmtutil-sys --all \ > "${T}"/fmutil-sys-all.log \ - &> "${T}"/fmutil-sys-all.err.log + 2> "${T}"/fmutil-sys-all.err.log eend $? || die -n "fmtutil-sys returned non-zero exit status ${?}" else ewarn "Cannot run fmtutil-sys for some reason." -- cgit v1.2.3-65-gdbad