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

index f41ae26c6863654bc85400893d70a430b6bcf69f..03fe30d5e2ffe37a5ef2742251a8c69dae74d7fc 100644 (file)
@@ -1,5 +1,9 @@
 2005-10-24  Jim Meyering  <jim@meyering.net>
 
+       * mkdir-p.c (make_dir_parents): Make the preceding fix a little
+       more robust, e.g., when the final component is created as a non-
+       directory by another process just before `mkdir -p's final mkdir.
+
        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