diff -r af42eec9d383 -r 28bc219f3fb4 kconfig/conf.c --- a/kconfig/conf.c Sun Apr 15 16:45:11 2007 +0000 +++ b/kconfig/conf.c Sat Jul 14 16:41: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;