[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: SVN tex-common commit: r1695 - tex-common/trunk/scripts



Hi Ralf,

Ralf Stubner <stubner-guest@costa.debian.org> wrote:

> Author: stubner-guest
> Date: 2006-10-07 10:26:59 +0000 (Sat, 07 Oct 2006)
> New Revision: 1695
>
> Modified:
>    tex-common/trunk/scripts/update-fontlang
> Log:
> - update sanity check to new TEXMFSYSCONFIG location

Just wondering, wouldn't it be safer to use something like that?

bad_dirs="/usr/share/texmf/web2c /etc/texmf/web2c"

for d in $bad_dirs; do
  badly_located_cfg_file="$d/$DEFAULT_OUTPUTFILE_BASENAME"
  
  [...]

done

-- 
Florent



Reply to: