*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 9 Jul 2003 10:00:46 +0000 (10:00 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 9 Jul 2003 10:00:46 +0000 (10:00 +0000)
lib/ChangeLog

index 0eeb440b6c3578f0b46ec59be64322c30cc672cd..3da0ba40f5453c3c74d537c7a37b0d38a468df79 100644 (file)
@@ -1,3 +1,10 @@
+2003-07-09  Jim Meyering  <jim@meyering.net>
+
+       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  <jim@meyering.net>
 
        Update from gnulib.