Changeset 3239
- Timestamp:
- Apr 30, 2007, 1:13:13 AM (18 years ago)
- Location:
- trunk/essentials/app-shells/bash
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-shells/bash/patchlevel.h
r3238 r3239 26 26 looks for to find the patch level (for the sccs version string). */ 27 27 28 #define PATCHLEVEL 328 #define PATCHLEVEL 4 29 29 30 30 #endif /* _PATCHLEVEL_H_ */ -
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.