xmms ugly in ru_RU.UTF8 locale

Harald Hoyer harald at redhat.com
Mon Jul 5 14:03:25 UTC 2004


Alexander Dalloz wrote:
> Am Fr, den 02.07.2004 schrieb Igor Anikeev um 0:11:
> 
> 
>>CAn't get a script to run it as LC_ALL=C
> 
> 
> #!/bin/bash
> LANG=C
> /usr/bin/xmms
> 
> Alexander
> 
> 
> 

This seems to be better:

#!/bin/bash
export LANG=C
exec /usr/bin/xmms "$@"



Harald





More information about the fedora-list mailing list