diff options
-rw-r--r-- | shell/ash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index 18ccc13..c15bce7 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -11287,7 +11287,6 @@ chkmail(void) if (!len) break; p = stackblock(); - break; if (*p == '\0') continue; for (q = p; *q; q++) |