[Mimedefang] More Problems with Libraries

David F. Skoll dfs at roaringpenguin.com
Mon Mar 22 14:15:15 EST 2004


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.



More information about the MIMEDefang mailing list