Subject: Re: bug in build.sh
To: None <current-users@netbsd.org>
From: David Laight <David.Laight@btinternet.com>
List: current-users
Date: 12/19/2001 09:59:23
> 
> On a kernel with a 10K limit (which used to be towards the upper end of
> the scale - much smaller ones existed, but I think are mostly extinct now,
> or at least are anywhere anyone would contemplate cross-compiling NetBSD)
> there's no way you can get more than 10K of args (env included).

Except that attempts to measure it by (for instance):
    echo `find / -print` | wc
fail because the argument path for the shell builtin isn't
actually generated by all shells...

    David