On 8/28/12 3:21 AM, Roman Rakus wrote:

> The attached patch adds ability to set forced number of remembered
> statuses, easily during configure time, example:
>  ./configure --enable-fixedjsmax=2048
> It will force bash to remember 2048 statuses, independently on childmax value.
> Patch should clearly apply to git master branch.
> Chet, what do you think about it?

I'm going to offer this in a different form for the next bash version.  The
shell variable CHILD_MAX will control the number of exit statuses to
remember, with two constraints: the shell will not allow users to decrease
that below the Posix minimum value, and there will be a maximum value that
can't be exceeded.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/

Reply via email to