summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/date.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/date.c b/src/date.c
index 4f779ecf3..2170899e4 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 <bug-sh-utils@gnu.org>."));
+ close_stdout_status (2);
}
exit (status);
}