commit: 296d5d3a60efb93d3020a972bb9064c9376d4443
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 4 13:05:40 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Apr 4 13:05:50 2024 +0000
URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=296d5d3a
use 2> instead of &>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
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."