Re: Passing variables by reference conflicts with local

2010-04-30 Thread Chet Ramey
> In an attempt to improve the bash-completion package we're trying to > improve the bash completion library functions by passing variables by > reference. Passing variables by reference however, has a caveat in that > local variables override the passing by reference, e.g.: This isn't a problem

Re: Passing variables by reference conflicts with local

2010-04-30 Thread Greg Wooledge
On Fri, Apr 30, 2010 at 12:02:58AM +0200, Freddy Vulto wrote: > In an attempt to improve the bash-completion package we're trying to > improve the bash completion library functions by passing variables by > reference. http://mywiki.wooledge.org/BashFAQ/006 > Passing variables by reference however