diff -r af42eec9d383 -r 83d16d6ee0b3 kconfig/conf.c --- a/kconfig/conf.c Sun Apr 15 16:45:11 2007 +0000 +++ b/kconfig/conf.c Sat Jun 16 20:45:03 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;