commit bash-20051208 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 22:42:51 -05:00
parent 0fdd7e94ff
commit af12dacd16
49 changed files with 93143 additions and 20529 deletions
+2
View File
@@ -860,9 +860,11 @@ sh_set_lines_and_columns (lines, cols)
{
char val[INT_STRLEN_BOUND(int) + 1], *v;
#if defined (READLINE)
/* If we are currently assigning to LINES or COLUMNS, don't do anything. */
if (winsize_assignment)
return;
#endif
v = inttostr (lines, val, sizeof (val));
bind_variable ("LINES", v, 0);