Include "closeout.h".

(main): Call atexit with close_stdout.
This commit is contained in:
Jim Meyering 2000-05-07 14:48:25 +00:00
parent 3c19ad6f04
commit 73a902bb3d
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,7 @@
#define getusershell _getusershell_sys_proto_
#include "system.h"
#include "closeout.h"
#undef getusershell
@ -449,6 +450,7 @@ Change the effective user id and group id to that of USER.\n\
A mere - implies -l. If USER not given, assume root.\n\
"));
puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
close_stdout ();
}
exit (status);
}