From: Jim Meyering Date: Wed, 9 Jul 2003 10:00:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2374d61cd19af2e8509b90c7b2ca6ab1cf3f5c3;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 0eeb440b6c..3da0ba40f5 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2003-07-09 Jim Meyering + + Fix the bug that would make `du /' omit the `/' on the last line. + E.g., `du --exclude '[^/]*' -x /' would print only "4\t\n" for me. + * ftw.c (ftw_dir): Don't clobber the leading `/'. + Reported by Chris Lesniewski as http://bugs.debian.org/200542. + 2003-07-04 Jim Meyering Update from gnulib.