From: Jim Meyering Date: Sun, 7 May 2000 14:50:39 +0000 (+0000) Subject: (usage): Call close_stdout_status. X-Git-Tag: SH-UTILS-2_0h~18 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ddb8aa8b9f3d8bfc8d86cc69beacf628b42a3ce3;p=thirdparty%2Fcoreutils.git (usage): Call close_stdout_status. --- diff --git a/src/date.c b/src/date.c index 4f779ecf3a..2170899e44 100644 --- a/src/date.c +++ b/src/date.c @@ -191,6 +191,7 @@ the following modifiers between `%%' and a numeric directive.\n\ `_' (underscore) pad the field with spaces\n\ ")); puts (_("\nReport bugs to .")); + close_stdout_status (2); } exit (status); }