From b5b6d7f85dba271e69b8008b3c56f13c74ec9dac Mon Sep 17 00:00:00 2001 From: David Dawes Date: Tue, 4 Jun 2002 21:55:42 +0000 Subject: [PATCH] 171. Fix LIBXML2LIBDIR name clash in lib/Imakefile (#5180, ISHIKAWA Mutsumi). 170. Avoid a problem with setfontdirs when run in some locales (#5179, ISHIKAWA Mutsumi). 169. A little tuning for XtAppPeekEvent() (#5178, Dan McNichol). --- setfontdirs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setfontdirs b/setfontdirs index c7fef43..109d9ee 100755 --- a/setfontdirs +++ b/setfontdirs @@ -1,4 +1,9 @@ #!/bin/sh +# +# $XFree86$ +# +LANG=C +export LANG FONTDIRS=fontdirs$$ trap "rm $FONTDIRS" 0 sh ./findfonts ${1+"$@"} > $FONTDIRS -- 2.39.2