build system fixlet to ease blackfin build
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 28 Jun 2008 04:00:01 +0000 (04:00 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 28 Jun 2008 04:00:01 +0000 (04:00 -0000)
scripts/kconfig/conf.c

index e65e25c82f94f19dc76830acadaf4f5b68a83605..9befa2b54d117a3e2d843d42f0b07a5b3ccb79b0 100644 (file)
@@ -503,7 +503,7 @@ int main(int ac, char **av)
                        break;
                case 's':
                        input_mode = ask_silent;
-                       valid_stdin = isatty(0) && isatty(1) && isatty(2);
+                       valid_stdin = isatty(0); //bbox: && isatty(1) && isatty(2);
                        break;
                case 'd':
                        input_mode = set_default;