Comment 4 for bug 82412

Revision history for this message
Benjamin Kudria (bkudria) wrote :

# bash -x /usr/bin/fmtutil-sys --all > fmtutil.log 2>&1
# cat fmtutil.log
+ test -f /bin/ksh
+ test -z ''
+ unset RUNNING_KSH
+ test -f /bin/bsh
+ unset RUNNING_BSH
+ test -n ''
+ export PATH
++ kpsewhich -var-value TEXMFSYSVAR
+ v=/var/lib/texmf
++ kpsewhich -var-value TEXMFSYSCONFIG
+ c=/etc/texmf
+ TEXMFVAR=/var/lib/texmf
+ TEXMFCONFIG=/etc/texmf
+ RUNNING_AS_SYS=true
+ export TEXMFVAR TEXMFCONFIG RUNNING_AS_SYS
+ case $argv0 in
+ exec fmtutil --all
fmtutil: config file `fmtutil.cnf' not found.

-Ben