commit bash-20180202 snapshot

This commit is contained in:
Chet Ramey
2018-02-05 10:34:47 -05:00
parent 661f4c20c3
commit 0275a139ab
14 changed files with 69 additions and 30 deletions
+2 -2
View File
@@ -44,8 +44,8 @@
once, when performing variable expansion. */
int assoc_expand_once = 0;
/* Ditto for indexed array subscripts */
int array_expand_once = 1;
/* Ditto for indexed array subscripts -- currently unused */
int array_expand_once = 0;
static SHELL_VAR *bind_array_var_internal __P((SHELL_VAR *, arrayind_t, char *, char *, int));
static SHELL_VAR *assign_array_element_internal __P((SHELL_VAR *, char *, char *, char *, int, char *, int));