commit bash-20210107 snapshot

This commit is contained in:
Chet Ramey
2021-01-12 09:18:30 -05:00
parent 5a7a52eade
commit 63706353d7
11 changed files with 46 additions and 3156 deletions
+2 -1
View File
@@ -1217,8 +1217,9 @@ array_expand_index (var, s, len, flags)
t = expand_arith_string (exp, Q_DOUBLE_QUOTES|Q_ARITH|Q_ARRAYSUB); /* XXX - Q_ARRAYSUB for future use */
else
t = exp;
#endif
#else
t = expand_arith_string (exp, Q_DOUBLE_QUOTES|Q_ARITH|Q_ARRAYSUB); /* XXX - Q_ARRAYSUB for future use */
#endif
savecmd = this_command_name;
this_command_name = (char *)NULL;
val = evalexp (t, EXP_EXPANDED, &expok); /* XXX - was 0 but we expanded exp already */