From: Jim Meyering Date: Fri, 31 Jan 2003 13:37:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.5~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d060450cc8accc7ba47fbd3a52f73d4a4a98c267;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 818ab1c68a..908728de98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ * Version 4.5.5. + * src/du.c (main): Upon processing an invalid option or an invalid + --exclude-from or --max-depth option argument, don't exit right away, + in case there are others. Rather record the failure and exit after + processing other options. + * GNUmakefile (TAR_OPTIONS): Set and export, in order to make tar archive easier to reproduce.