Stepan Koltsov <[EMAIL PROTECTED]> wrote:
> Package: coreutils
> Version: 5.0.90-3
>
> sleep accepts float delay argument
>
> LANG=C sleep 0.01 works fine
> LANG=ru_RU.UTF-8 sleep 0,01 works too
> LANG=ru_RU.UTF-8 sleep 0.01 fails, but should work, to write scripts easier
Thanks for the report.
Th
severity 378855 wishlist
thanks
Next time, try to be a bit clearer in the bug report. After rereading it
again I notice that in one case you use a decimal point seperator and in
another a comma seperator.
Mike Stone
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscri
Do you have Russian locale installed?
Check against:
# LANG=ru_RU.UTF-8 printf "%f\\n" 15,6
This prints 15,60 on my Debian with libc 2.3.2.ds1-22 and coreutils 5.0.91-2
On 7/19/06, Michael Stone <[EMAIL PROTECTED]> wrote:
On Wed, Jul 19, 2006 at 03:16:14PM +0400, Stepan Koltsov wrote:
>sl
On Wed, Jul 19, 2006 at 03:16:14PM +0400, Stepan Koltsov wrote:
sleep accepts float delay argument
LANG=C sleep 0.01 works fine
LANG=ru_RU.UTF-8 sleep 0,01 works too
LANG=ru_RU.UTF-8 sleep 0.01 fails, but should work, to write scripts easier
I don't get it.
Mike Stone
--
To UNSUBSCRIBE, ema
Package: coreutils
Version: 5.0.90-3
Severity: normal
sleep accepts float delay argument
LANG=C sleep 0.01 works fine
LANG=ru_RU.UTF-8 sleep 0,01 works too
LANG=ru_RU.UTF-8 sleep 0.01 fails, but should work, to write scripts easier
-- System Information:
Debian Release: testing/unstable
Archite
5 matches
Mail list logo