[BusyBox] find errors?

Erik Andersen andersen at lineo.com
Mon Feb 5 21:50:11 UTC 2001


On Mon Feb 05, 2001 at 12:52:48PM -0800, Matt Kraai wrote:
> 
> BusyBox find can't handle multiple directories.  I'm rewriting it
> and I'll post a patch when finished (including -type support).

Ok, thx Matt.  I was going to put a quick little 

    while (argc--) {
	if (recursive_action(...))
	    == FALSE) {
	return EXIT_FAILURE;
	}
    }

type fix on it, but if you are doing something more I'll leave
it to you,

 -Erik

--
Erik B. Andersen   email:  andersen at lineo.com
--This message was written using 73% post-consumer electrons--





More information about the busybox mailing list