bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: a recursion bug


From: Greg Wooledge
Subject: Re: a recursion bug
Date: Wed, 3 Oct 2012 09:16:39 -0400
User-agent: Mutt/1.4.2.3i

On Wed, Oct 03, 2012 at 01:00:21PM +0000, Yuxiang Cao wrote:
> Hi, this is a interesting problem.  Because My bash version is 4.1.5, so I 
> simply run the similar thing as your code which give me this 
> frank@frank-laptop:~/research/realfault$ bash -c 'FUNCNEST=100; a() { echo 
> "$1"; a $(($1+1)); }; a 1' 2>&1 | tail

When I look in "man bash" on a Debian system with bash 4.1, there is no
FUNCNEST, so it was probably added in version 4.2.  That's why it isn't
working for you.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]