summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 2ec7cfb0e..55c0acc16 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -11288,7 +11288,6 @@ chkmail(void)
if (!len)
break;
p = stackblock();
- break;
if (*p == '\0')
continue;
for (q = p; *q; q++)