>>>>> "Radovan" == Radovan Garabik <[EMAIL PROTECTED]> writes:

    Radovan> it is LANGUAGE, and you have to set LANG to something
    Radovan> (which will be ignored in this case, but has to be set).

Not only does it have to be set, but it looks like it can't be set to "C":

[776] [scrooge:bam] /usr/doc/libsasl-dev >export LANG=en_AU                  
[778] [scrooge:bam] /usr/doc/libsasl-dev >LANGUAGE=en_AU ls --sss 
ls: unrecognized option `--sss'
Try `ls --help' for more information.
[779] [scrooge:bam] /usr/doc/libsasl-dev >LANGUAGE=en_AU:en_GB ls --sss
ls: unrecognised option `--sss'
Try `ls --help' for more information.

appears to work as I would expect (look at spelling of unrecognised),
but this doesn't:

[780] [scrooge:bam] /usr/doc/libsasl-dev >export LANG=C                      
[781] [scrooge:bam] /usr/doc/libsasl-dev >LANGUAGE=en_AU ls --sss      
ls: unrecognized option `--sss'
Try `ls --help' for more information.
[782] [scrooge:bam] /usr/doc/libsasl-dev >LANGUAGE=en_AU:en_GB ls --sss
ls: unrecognized option `--sss'
Try `ls --help' for more information.
[783] [scrooge:bam] /usr/doc/libsasl-dev >LANGUAGE=en_GB ls --sss 
ls: unrecognized option `--sss'
Try `ls --help' for more information.
-- 
Brian May <[EMAIL PROTECTED]>


Reply via email to