Package: sed
Version: 4.1.5-1
Severity: important
Tags: l10n
In the build process of a different software sed is used like:
echo $version | sed 's/[\.\-_]/ /g'
but the build fails with:
sed: -e Ausdruck #1, Zeichen 13: Das Ende des angegebenen
Intervalls ist nicht gültig
which means something like "end of range is not valid". On the console
it looks like the following:
$> export [EMAIL PROTECTED] LANGUAGE=de; echo "11.0" | sed 's/[\.\-_]/ /g'
sed: -e Ausdruck #1, Zeichen 13: Das Ende des angegebenen Intervalls ist nicht
gültig
$> export LANG=en_EN LANGUAGE=en; echo "11.0" | sed 's/[\.\-\_]/ /g'
11 0
regards, frank
-- System Information:
Debian Release: unstable
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.2-cs2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages sed depends on:
ii libc6 2.3.6.ds1-10 GNU C Library: Shared libraries
sed recommends no packages.
-- no debconf information