aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 591e0a658..2de61dad9 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -12693,7 +12693,7 @@ readcmd(int argc, char **argv)
12693 FD_ZERO (&set); 12693 FD_ZERO (&set);
12694 FD_SET (0, &set); 12694 FD_SET (0, &set);
12695 12695
12696 i = select (FD_SETSIZE, &set, NULL, NULL, &ts); 12696 i = select(FD_SETSIZE, &set, NULL, NULL, &ts);
12697 if (!i) { 12697 if (!i) {
12698#if defined(CONFIG_ASH_READ_NCHARS) 12698#if defined(CONFIG_ASH_READ_NCHARS)
12699 if (nch_flag) 12699 if (nch_flag)