Changeset 3239


Ignore:
Timestamp:
Apr 30, 2007, 1:13:13 AM (18 years ago)
Author:
bird
Message:

Applied bash31-004

Location:
trunk/essentials/app-shells/bash
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/app-shells/bash/patchlevel.h

    r3238 r3239  
    2626   looks for to find the patch level (for the sccs version string). */
    2727
    28 #define PATCHLEVEL 3
     28#define PATCHLEVEL 4
    2929
    3030#endif /* _PATCHLEVEL_H_ */
  • trunk/essentials/app-shells/bash/subst.c

    r3231 r3239  
    21882188    {
    21892189      v = find_variable (name);
    2190       if (v == 0 || array_p (v) == 0)
     2190      if (v == 0 || array_p (v) == 0 || v->context != variable_context)
    21912191        v = make_local_array_variable (name);
    21922192      v = assign_array_var_from_string (v, value, flags);
Note: See TracChangeset for help on using the changeset viewer.