Re: BASH_ARG[CV] and functions

2005-11-28 Thread Sven Wegener
On Mon, Nov 28, 2005 at 11:30:29AM -0500, Chet Ramey wrote: > Sven Wegener wrote: > > > The debugging_mode check should be removed, or the info manual and man > > pages need to be adjusted to represent the current behaviour. > > The documentation has already been corrected for the next release.

Re: BASH_ARG[CV] and functions

2005-11-28 Thread Chet Ramey
Sven Wegener wrote: > The debugging_mode check should be removed, or the info manual and man > pages need to be adjusted to represent the current behaviour. The documentation has already been corrected for the next release. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ( `

BASH_ARG[CV] and functions

2005-11-28 Thread Sven Wegener
Hi all! Short question concerning BASH_ARG[CV] and function execution. According to the info manual and man pages, the arguments of functions should be pushed onto the named arrays. But this doesn't happen currently, only for the source built-in. I tracked the problem down to the lines around 3212