On Mon, 22 Mar 2004, Ole Craig wrote:

>       Umm... Is this a trick question?
>   export LC_ALL=C

Beware... this is a bashism.  We GNU users are spoiled. :-)

Genuine "sh" will barf at this... you need:

        LC_ALL=C; export LC_ALL

which is safe in all sh variants.

Regards,

David.
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to