> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
>         LANGUAGE = (unset),
>         LC_ALL = (unset),
>         LANG = "[EMAIL PROTECTED]"
>     are supported and installed on your system.

How about adding something like this to /etc/skel/.bash_profile instead
of fixing a warning in Perl which is, per se, correct and warranted?

case `perl -e 1 2>&1` in
  *'perl: warning: Setting locale failed'*)
    echo .bash_profile: unsupported locale\; reverting to LC_ALL=C >&2
    LC_ALL=C ;;
esac

/* era */

-- 
If this were a real .signature, it would suck less.  Well, maybe not.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to