projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed90bda
)
build system fixlet to ease blackfin build
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 28 Jun 2008 04:00:01 +0000
(
04:00
-0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 28 Jun 2008 04:00:01 +0000
(
04:00
-0000)
scripts/kconfig/conf.c
patch
|
blob
|
history
diff --git
a/scripts/kconfig/conf.c
b/scripts/kconfig/conf.c
index e65e25c82f94f19dc76830acadaf4f5b68a83605..9befa2b54d117a3e2d843d42f0b07a5b3ccb79b0 100644
(file)
--- 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;