From dbcf3275ec36343f8bb2fb3faa8a4f18fb66419b Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 28 Jun 2008 04:00:01 +0000 Subject: build system fixlet to ease blackfin build --- scripts/kconfig/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/kconfig') diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c index e65e25c82..9befa2b54 100644 --- a/scripts/kconfig/conf.c +++ b/scripts/kconfig/conf.c @@ -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; -- cgit v1.2.3