From c814216b173a1ac37085cf1d7718ae646e874eea Mon Sep 17 00:00:00 2001 From: Correl Date: Tue, 2 May 2023 11:20:16 -0400 Subject: [PATCH] [tex] Fix tlmgr db init --- recipes/tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/tex b/recipes/tex index dd53289..5634d02 100644 --- a/recipes/tex +++ b/recipes/tex @@ -2,7 +2,7 @@ # Description: Document typesetting set -e -__tex_init="tlmgr init-usertree 2>/dev/null || true" +__tex_init="tlmgr init-usertree" __tex_info="tlmgr --usermode info --only-installed" __tex_install="tlmgr --usermode install" @@ -50,7 +50,7 @@ case "$_PLATFORM" in _apt xzdec esac -$__tex_init +$__tex_init 2>/dev/null || /bin/true function _tex { local pkg=$1