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

grep bug related to update-texmf



Hi all,

I got an information from a Japanese TeX user that
updatex-texmf caused segfault when LANG is not C
because of a bug of grep/egrep.  (cf. Bug#140984)

He suggested me that

-CNFFILES=`/bin/ls -1 /etc/texmf/texmf.d/* | egrep -v "(.dpkg-[a-z]*|~|.bak)$"`
+CNFFILES=`/bin/ls -1 /etc/texmf/texmf.d/* | egrep -v "(.dpkg-[:alpha:]*|~|.bak)$"`

will work.

I am not an expert on sh script so am not sure but
want to know how we should do.

If it is necessary I could do the fix.

Best regards,		   2002.4.26

-- 
 Debian Developer & Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda <kohda@debian.org>
 Department of Math., Univ. of Tokushima


-- 
To UNSUBSCRIBE, email to debian-tetex-maint-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: