diff --git a/bash-4.2.dif b/bash-4.2.dif index 3623d971..e3d71b3f 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 92cc3935..afaafb52 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