]> git.wh0rd.org - fontconfig.git/commitdiff
703. Eliminate locale-dependent behaviour in fontconfig's setfontdirs
authorDavid Dawes <dawes@xfree86.org>
Tue, 7 Jan 2003 02:07:47 +0000 (02:07 +0000)
committerDavid Dawes <dawes@xfree86.org>
Tue, 7 Jan 2003 02:07:47 +0000 (02:07 +0000)
    script (#A.1483, Markus Kuhn).

setfontdirs

index fa7b969a80168ac095cfedb0facb96727aa433fd..b15f6755bd8f158551bd97b0d351388a732fb995 100755 (executable)
@@ -1,9 +1,9 @@
 #!/bin/sh
 #
-# $XFree86: xc/lib/fontconfig/setfontdirs,v 1.4 2002/08/01 16:17:33 keithp Exp $
+# $XFree86: xc/lib/fontconfig/setfontdirs,v 1.5 2002/12/17 03:26:36 dawes Exp $
 #
-LANG=C
-export LANG
+LC_ALL=C
+export LC_ALL
 FONTDIRS=fontdirs$$
 trap "rm $FONTDIRS" 0
 sh ./findfonts ${1+"$@"} > $FONTDIRS