Fix echo off-by-1 bug.

This commit is contained in:
Paul Eggert
2004-09-20 07:34:26 +00:00
parent 82a84d38cb
commit dcb7800cf2
+3
View File
@@ -1,5 +1,8 @@
2004-09-19 Paul Eggert <eggert@cs.ucla.edu>
* src/echo.c (main): Don't pass NULL to strcmp when
POSIXLY_CORRECT and given no arguments.
* src/md5sum.c (STRING_OPTION): Remove.
(long_options, main): Remove support for undocumented and
obsolete --string option, as suggested in the 1996-09-26 patch.