Comment 19 for bug 735053

Revision history for this message
Stian Jordet (stian-web) wrote :

Yup, I can confirm that it's now fixed, with -bad reinstalled.

Thank you very much for fixing this issue!

My system is set to run in Norwegian, output below.

Thanks again!

Regards,
Stian

stianj@chevrolet:~$ set | grep LANG
LANG=nb_NO.UTF-8
LANGUAGE=nb_NO:nb:no_NO:no:nn_NO:nn:en
    LANG=C LC_MESSAGES=C svn info --non-interactive 2> /dev/null | while read line; do
stianj@chevrolet:~$

stianj@chevrolet:~$ set | grep LC
MAILCHECK=60
    for i in $(LC_ALL=C $prog --help);
    for i in $(LC_ALL=C $prog --usage);
    local LC_CTYPE=C;
            __grubcomp "$(LC_ALL=C $prog --help | awk -F ":" '/available formats/ { print $2 }' | sed 's/, / /g')";
            __grubcomp "$(LC_ALL=C $prog --help | awk -F "[()]" '/--target=/ { print $2 }' | sed 's/|/ /g')";
    LANG=C LC_MESSAGES=C svn info --non-interactive 2> /dev/null | while read line; do
stianj@chevrolet:~$