On Fri, Oct 23, 2009 at 3:12 PM, Vladimir Dronnikov <[email protected]> wrote:
> Hi, list!
>
> I used to lay upon "ls /some/dir" dumps _just_ the content of
> /some/dir. Now it prepends the output with "total xxxx" line _by
> default_, though AFAIK shouldn't.
> Is such a behavior right?

It should not be happening:

#if ENABLE_DESKTOP
                if (all_fmt & STYLE_LONG)
                        printf("total %"OFF_FMT"u\n", calculate_blocks(subdnp));
#endif

In my testing, bare ls does not print total, ls -l does.
Please post your .config
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to