Changeset 3238 for trunk


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

Applied bash31-003

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

Legend:

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

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

    r3231 r3238  
    861861  char val[INT_STRLEN_BOUND(int) + 1], *v;
    862862
     863#if defined (READLINE)
    863864  /* If we are currently assigning to LINES or COLUMNS, don't do anything. */
    864865  if (winsize_assignment)
    865866    return;
     867#endif
    866868
    867869  v = inttostr (lines, val, sizeof (val));
Note: See TracChangeset for help on using the changeset viewer.