On Mon, Jun 21, 2021, 23:34 Chet Ramey, wrote:
> On 6/16/21 2:04 AM, konsolebox wrote:
>
> > Thanks, that worked well. Is there a chance a feature that would
> > allow this be defaulty implemented in the next version? If yes, what
> > would be the strategy?
> >
> > Someone in IR
On Thu, Apr 8, 2021, 06:56 konsolebox, wrote:
> On Thu, Apr 8, 2021 at 2:44 AM Chet Ramey wrote:
> > Indirection does not check whether or not the variable it's indirecting
> > is $@/$* or ${array[@/*]}. It simply goes by the return value.
>
> It looks like it can easily be fixed with this:
>
>
On Sat, May 1, 2021, 10:58 Robert Elz,
> | You also would almost always want to enable the
> | subshell to avoid the parent from getting its parameters altered.
>
> Many cases, yes, the point is that not forking works in the simple
> cases where it is most desired to not fork for speed $(echo
To Chet: Any thoughts on this?
--
konsolebox