Hi Helge,
On 2007-12-25 10:32 +0100, Helge Kreutzmann wrote:
> - if ! update-alternatives --display asclock | grep '^No alternatives' >
> /dev/null ; then
> + if ! env LANG=C update-alternatives --display asclock | grep '^No
> alternatives' > /dev/null ; then
^^^^^^
You need to use LC_ALL=C here, because LC_MESSAGES or LC_ALL could have
been set in the environment.
Merry Christmas,
Sven
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]