commit bash-20141017 snapshot

This commit is contained in:
Chet Ramey
2014-10-21 12:07:41 -04:00
parent d36d2bcf27
commit b4a0002219
20 changed files with 2164 additions and 1887 deletions
+1 -1
View File
@@ -858,7 +858,7 @@ array_expand_index (var, s, len)
exp = (char *)xmalloc (len);
strncpy (exp, s, len - 1);
exp[len - 1] = '\0';
t = expand_arith_string (exp, 0);
t = expand_arith_string (exp, Q_DOUBLE_QUOTES|Q_ARITH|Q_ARRAYSUB); /* XXX - Q_ARRAYSUB for future use */
this_command_name = (char *)NULL;
val = evalexp (t, &expok);
free (t);