commit bash-20120525 snapshot

This commit is contained in:
Chet Ramey
2012-06-05 10:18:03 -04:00
parent 861a1900ba
commit 348a457e59
37 changed files with 28439 additions and 1505 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ bind_array_variable (name, ind, value, flags)
{
SHELL_VAR *entry;
entry = var_lookup (name, shell_variables);
entry = find_shell_variable (name);
if (entry == (SHELL_VAR *) 0)
entry = make_new_array_variable (name);