mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-27 07:43:07 +02:00
more changes to avoid expanding associative array subscripts twice; internal debugging changes
This commit is contained in:
@@ -1556,8 +1556,6 @@ array_value_internal (s, quoted, flags, estatep)
|
||||
}
|
||||
else if (assoc_p (var))
|
||||
{
|
||||
if (flags & AV_USEIND)
|
||||
itrace("array_value_internal: %s: assoc var with AV_USEIND: %s", dollar_vars[0], s);
|
||||
t[len - 1] = '\0';
|
||||
if (estatep)
|
||||
estatep->type = ARRAY_ASSOC;
|
||||
|
||||
Reference in New Issue
Block a user