I noticed that the du toy ignores a -d0 option. (0 is the default
maxdepth.) Is this a bug?

With GNU coreutils and FreeBSD, du -d0 is the same as du -s. I tried to fix
toybox by defaulting TT.maxdepth to -1, but the argument parser didn't like
"d#<0=-1". IIRC, it didn't recognize '-' as starting a number.

-Ryan
_______________________________________________
Toybox mailing list
Toybox@lists.landley.net
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to