bug-bash
[Top][All Lists]
Advanced

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

Re: Single quote character not handled well in associative array index


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.



reply via email to

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