summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-10-24 10:22:19 +0000
committerJim Meyering <jim@meyering.net>2005-10-24 10:22:19 +0000
commitd038ef379ee8c5c222bc59974137c04e56eb3128 (patch)
treec2d0f0601c0972dbacd469ae14fa49281594c08e /lib/ChangeLog
parentb8cedd257ad21e739caaaf77cb5d26514686d942 (diff)
downloadcoreutils-d038ef379ee8c5c222bc59974137c04e56eb3128.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index f41ae26c6..03fe30d5e 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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