diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-24 10:22:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-24 10:22:19 +0000 |
commit | d038ef379ee8c5c222bc59974137c04e56eb3128 (patch) | |
tree | c2d0f0601c0972dbacd469ae14fa49281594c08e /lib/ChangeLog | |
parent | b8cedd257ad21e739caaaf77cb5d26514686d942 (diff) | |
download | coreutils-d038ef379ee8c5c222bc59974137c04e56eb3128.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 4 |
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 |