mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 02:02:42 +02:00
commit bash-20150306 snapshot
This commit is contained in:
@@ -4934,7 +4934,7 @@ got_token:
|
||||
/* can use token; already copied to the_word */
|
||||
token[token_index-1] = '\0';
|
||||
#if defined (ARRAY_VARS)
|
||||
if (legal_identifier (token+1) || valid_array_reference (token+1))
|
||||
if (legal_identifier (token+1) || valid_array_reference (token+1, 0))
|
||||
#else
|
||||
if (legal_identifier (token+1))
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user