]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 24 Oct 2005 10:03:51 +0000 (10:03 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 24 Oct 2005 10:03:51 +0000 (10:03 +0000)
lib/ChangeLog

index d575bb2ae374f37d0a43b4d7b16ab9ac9c6e1f57..f41ae26c6863654bc85400893d70a430b6bcf69f 100644 (file)
@@ -1,3 +1,15 @@
+2005-10-24  Jim Meyering  <jim@meyering.net>
+
+       A command like `mkdir -p nonexistent/.' would create the
+       directory but exit nonzero with a diagnostic.  This could also be
+       triggered with a non-`.' component, e.g., in a race with another
+       process running the same `mkdir -p nonexistent/sub' command.
+
+       * mkdir-p.c (make_dir_parents): Handle the case of an
+       existing final component.
+       Reported by Matthias Andree here:
+       http://savannah.gnu.org/bugs/?func=detailitem&item_id=14848
+
 2005-10-23  Jim Meyering  <jim@meyering.net>
 
        * sha512.h: Remove no-longer-relevant comment.