When doing a silent old config, don't check if stdin was redirected. ct-ng doesn't use this feature, and even better yet, it makes explicit use of redirecting both stdin and stdout at aome moments.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jun 16 20:45:03 2007 +0000 (2007-06-16)
changeset 16283d16d6ee0b3
parent 161 be4484f10ac7
child 163 ade268f78fdc
When doing a silent old config, don't check if stdin was redirected. ct-ng doesn't use this feature, and even better yet, it makes explicit use of redirecting both stdin and stdout at aome moments.
kconfig/conf.c
     1.1 --- a/kconfig/conf.c	Sat Jun 16 18:08:14 2007 +0000
     1.2 +++ b/kconfig/conf.c	Sat Jun 16 20:45:03 2007 +0000
     1.3 @@ -503,7 +503,6 @@
     1.4  			break;
     1.5  		case 's':
     1.6  			input_mode = ask_silent;
     1.7 -			valid_stdin = isatty(0) && isatty(1) && isatty(2);
     1.8  			break;
     1.9  		case 'd':
    1.10  			input_mode = set_default;