Le 31/01/10 10:26, Tollef Fog Heen a écrit :
Package: pcscd
Version: 1.5.5-1
Severity: normal
From update-reader.conf:
# Reset the sorting order since we depend on it
LC_COLLATE=C
export LC_COLLATE
It fails to unset LC_ALL as well, which means that a user with LC_ALL
set will not get the C collation order.
The solution is just to add a line:
export -n LC_ALL
or do I need something more complex?
Thanks
--
Dr. Ludovic Rousseau
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]