more changes to handle @ and * as associative array keys

This commit is contained in:
Chet Ramey
2021-05-13 14:49:18 -04:00
parent b304aabc92
commit a30f513fc4
35 changed files with 404 additions and 59 deletions
+1
View File
@@ -330,6 +330,7 @@ expr_bind_variable (lhs, rhs)
#if defined (ARRAY_VARS)
aflags = (assoc_expand_once && already_expanded) ? ASS_NOEXPAND : 0;
aflags |= ASS_ALLOWALLSUB; /* allow assoc[@]=value */
#else
aflags = 0;
#endif