From 1451eb961f6eabb29cf139e7bfb82952a3b0c8f0d1b31a9b6429f4d182f54b25 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 26 Apr 2021 17:00:53 +0000 Subject: [PATCH] Silent yes OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-filesystem?expand=0&rev=150 --- update.texlive | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.texlive b/update.texlive index 91043a3..ab4d32a 100644 --- a/update.texlive +++ b/update.texlive @@ -555,7 +555,7 @@ for run in /var/run/texlive/run-updmap* ; do done < $run mktexlsr < /dev/null 1>&4 2>&4 let rc+=$? - updmap-sys --cnffile $cnf_umap --nohash --syncwithtrees < <(yes) 1>&4 2>&4 + updmap-sys --cnffile $cnf_umap --nohash --syncwithtrees < <(yes 2>/dev/null) 1>&4 2>&4 let rc+=$? enablemaps $cnf_umap < /dev/null 1>&4 2>&4 let rc+=$? @@ -575,7 +575,7 @@ for run in /var/run/texlive/sync-updmap* ; do test $VERBOSE = true && { echo -en "\r[ ]Updating TeX font mappings."; let nl++; } mktexlsr < /dev/null 1>&4 2>&4 let rc+=$? - updmap-sys --cnffile $cnf_umap --nohash --syncwithtrees < <(yes) 1>&4 2>&4 + updmap-sys --cnffile $cnf_umap --nohash --syncwithtrees < <(yes 2>/dev/null) 1>&4 2>&4 let rc+=$? enablemaps $cnf_umap < /dev/null 1>&4 2>&4 updmap-sys --cnffile $cnf_umap --nohash < /dev/null 1>&4 2>&4