commit bash-20150306 snapshot

This commit is contained in:
Chet Ramey
2015-03-09 11:12:00 -04:00
parent 8a0829e94a
commit 2171061f5f
22 changed files with 470 additions and 377 deletions
+1 -1
View File
@@ -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