On Tuesday 15 July 2008 08:58, Loïc Grenié wrote:
>      This is a patch that implements a config option for the
>   fractional sleep arguments.

-#if ENABLE_FEATURE_FANCY_SLEEP
+#if ENABLE_FEATURE_FANCY_SLEEP && !ENABLE_FEATURE_FLOAT_SLEEP
 static const struct suffix_mult sfx[] = {

But fractional second sleep needs sfx[],
because "sleep 0.9m" should work too (coreutils does that).
You might also wat to mention that in help text.
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to