commit bash-20200214 snapshot

This commit is contained in:
Chet Ramey
2020-02-17 11:41:35 -05:00
parent f65f3d5458
commit 89d788fb01
23 changed files with 808 additions and 675 deletions
+1 -1
View File
@@ -1006,7 +1006,7 @@ array_expand_index (var, s, len, flags)
exp = (char *)xmalloc (len);
strncpy (exp, s, len - 1);
exp[len - 1] = '\0';
#if 0 /* XXX - not yet -- maybe bash-5.1 */
#if 0 /* TAG: maybe bash-5.1 */
if ((flags & AV_NOEXPAND) == 0)
t = expand_arith_string (exp, Q_DOUBLE_QUOTES|Q_ARITH|Q_ARRAYSUB); /* XXX - Q_ARRAYSUB for future use */
else