From 65148a6adf348b1f190dff819098e7cfa31baa84eaff4dd3a726dba1ba18000e Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 8 Jan 2013 17:44:55 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=142 --- bash-4.2.dif | 9 --------- bash.changes | 6 ++++++ 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/bash-4.2.dif b/bash-4.2.dif index 403526a..bf44a93 100644 --- a/bash-4.2.dif +++ b/bash-4.2.dif @@ -73,15 +73,6 @@ /* The pipeline currently being built. */ PROCESS *the_pipeline = (PROCESS *)NULL; -@@ -215,7 +215,7 @@ int already_making_children = 0; - - /* If this is non-zero, $LINES and $COLUMNS are reset after every process - exits from get_tty_state(). */ --int check_window_size; -+int check_window_size = 1; - - /* Functions local to this file. */ - --- jobs.h +++ jobs.h 2006-03-27 12:15:25.000000000 +0000 @@ -165,7 +165,7 @@ extern pid_t fork (), getpid (), getpgrp diff --git a/bash.changes b/bash.changes index 1e2b906..27696c6 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 8 17:43:01 UTC 2013 - werner@suse.de + +- Do not trigger the export of COLUMNS or LINES due enforced + checkwinsize (bnc#793536) + ------------------------------------------------------------------- Tue Jan 8 14:57:17 UTC 2013 - werner@suse.de