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 6d1dc603c..6c6c28693 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -6062,7 +6062,7 @@ retry:
6062 } 6062 }
6063 goto retry; 6063 goto retry;
6064 } 6064 }
6065 if(nr < 0) { 6065 if(nr < 0 && errno == 0) {
6066 /* Ctrl+D presend */ 6066 /* Ctrl+D presend */
6067 nr = 0; 6067 nr = 0;
6068 } 6068 }