|
From: | Greg Wooledge |
Subject: | Re: Single quote character not handled well in associative array index |
Date: | Tue, 30 Aug 2016 08:17:34 -0400 |
User-agent: | Mutt/1.4.2.3i |
On Mon, Aug 29, 2016 at 11:28:47PM -0400, Wesley Hirsch wrote: > ((++a[\$b])) These three also work: (('++a[$b]')) (('++a["$b"]')) : $((++a["$b"])) But yes, this does seem like a bug.
[Prev in Thread] | Current Thread | [Next in Thread] |