Changeset 3239 for trunk/essentials/app-shells/bash/subst.c
- Timestamp:
- Apr 30, 2007, 1:13:13 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-shells/bash/subst.c
r3231 r3239 2188 2188 { 2189 2189 v = find_variable (name); 2190 if (v == 0 || array_p (v) == 0 )2190 if (v == 0 || array_p (v) == 0 || v->context != variable_context) 2191 2191 v = make_local_array_variable (name); 2192 2192 v = assign_array_var_from_string (v, value, flags);
Note:
See TracChangeset
for help on using the changeset viewer.