diff -r af42eec9d383 -r d5a7240240c5 kconfig/conf.c --- a/kconfig/conf.c Sun Apr 15 16:45:11 2007 +0000 +++ b/kconfig/conf.c Fri Jul 13 12:15:53 2007 +0000 @@ -503,7 +503,6 @@ break; case 's': input_mode = ask_silent; - valid_stdin = isatty(0) && isatty(1) && isatty(2); break; case 'd': input_mode = set_default;