8ca3d3c0f3
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=6eda0af767546d82eace32504fe56735
11 lines
205 B
Plaintext
11 lines
205 B
Plaintext
--- sh.c
|
|
+++ sh.c 2009-08-14 08:27:58.129901841 +0000
|
|
@@ -2153,6 +2153,7 @@ mailchk(void)
|
|
|
|
while (readdir(mailbox))
|
|
mailcount++;
|
|
+ closedir(mailbox);
|
|
|
|
if (mailcount == 0)
|
|
continue;
|