703. Eliminate locale-dependent behaviour in fontconfig's setfontdirs
script (#A.1483, Markus Kuhn).
This commit is contained in:
parent
72a762196f
commit
3c0b3aa22c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue