1
0
Dr. Werner Fink 2021-04-26 17:00:53 +00:00 committed by Git OBS Bridge
parent 2e940cff11
commit 1451eb961f

View File

@ -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