aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index d4da391a0..dd20fe338 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -8983,7 +8983,7 @@ preadfd(void)
8983 } 8983 }
8984 } 8984 }
8985#else 8985#else
8986 nr = nonblock_safe_read(parsefile->fd, buf, BUFSIZ - 1); 8986 nr = nonblock_safe_read(g_parsefile->fd, buf, BUFSIZ - 1);
8987#endif 8987#endif
8988 8988
8989#if 0 8989#if 0