aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-28 04:00:01 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-28 04:00:01 +0000
commitdbcf3275ec36343f8bb2fb3faa8a4f18fb66419b (patch)
treeb1f0eb3c19239de10f343074d480144dc0a7fcc8 /scripts
parented90bdabb4a1f9fc672d58ad4cce8b56060f6e12 (diff)
downloadbusybox-dbcf3275ec36343f8bb2fb3faa8a4f18fb66419b.tar.gz
build system fixlet to ease blackfin build
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/conf.c2
1 files changed, 1 insertions, 1 deletions
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;