bug-bash
[Top][All Lists]
Advanced

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

Re: New array_expand_once option


From: Chet Ramey
Subject: Re: New array_expand_once option
Date: Thu, 15 Jun 2023 09:06:25 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.12.0

On 6/14/23 5:18 PM, alex xmb ratchev wrote:

    [[ -v a["$subscript"] ]]

    is already an arithmetic expansion error in bash-5.2, but not in bash-5.1.


hello there ..

i dont get much
it d be an arith err if array wasnt -A
.. ?

Yes, because only one expansion is performed, and so the subscript is the
command substitution, which is not a valid arithmetic expression.


so i shopt -s array_expand_once
and [[ -v foo["$var"] ]]
.. is the right way ? ( for the change , the future )

It's not as important for compound commands like [[, but for builtins like
test/[, yes, this is the way to use it.

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/




reply via email to

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