diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-06-16 20:45:03 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-06-16 20:45:03 +0000 |
commit | 5486810b76b8f7f736c6eb9d87ba063f2d596cb8 (patch) | |
tree | 80d3b6337bc1f3dd15e7a7e588c3d2cd3c03eb0f /kconfig/conf.c | |
parent | 37cce18efa5466b2b7d6b7cd23e7dd782987a6a0 (diff) | |
download | crosstool-ng-5486810b76b8f7f736c6eb9d87ba063f2d596cb8.tar.gz crosstool-ng-5486810b76b8f7f736c6eb9d87ba063f2d596cb8.tar.bz2 crosstool-ng-5486810b76b8f7f736c6eb9d87ba063f2d596cb8.zip |
When doing a silent old config, don't check if stdin was redirected. ct-ng doesn't use this feature, and even better yet, it makes explicit use of redirecting both stdin and stdout at aome moments.
Diffstat (limited to 'kconfig/conf.c')
-rw-r--r-- | kconfig/conf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kconfig/conf.c b/kconfig/conf.c index 63c75426..b0603f77 100644 --- a/kconfig/conf.c +++ b/kconfig/conf.c @@ -503,7 +503,6 @@ int main(int ac, char **av) break; case 's': input_mode = ask_silent; - valid_stdin = isatty(0) && isatty(1) && isatty(2); break; case 'd': input_mode = set_default; |