]> git.wh0rd.org - fontconfig.git/commitdiff
171. Fix LIBXML2LIBDIR name clash in lib/Imakefile (#5180, ISHIKAWA
authorDavid Dawes <dawes@xfree86.org>
Tue, 4 Jun 2002 21:55:42 +0000 (21:55 +0000)
committerDavid Dawes <dawes@xfree86.org>
Tue, 4 Jun 2002 21:55:42 +0000 (21:55 +0000)
    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

index c7fef43811a5b90745aaafb9ad8aa8ecbbc306a6..109d9eea567767ec24506140a4fca1db84e90be6 100755 (executable)
@@ -1,4 +1,9 @@
 #!/bin/sh
+#
+# $XFree86$
+#
+LANG=C
+export LANG
 FONTDIRS=fontdirs$$
 trap "rm $FONTDIRS" 0
 sh ./findfonts ${1+"$@"} > $FONTDIRS