]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(main): Use make_dir instead of using mkdir directly.
authorJim Meyering <jim@meyering.net>
Sun, 5 Nov 2000 15:08:22 +0000 (15:08 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 5 Nov 2000 15:08:22 +0000 (15:08 +0000)
Diagnose as failure when mkdir tries to create (without the --parent (-p)
option) a directory that already exists.

old/fileutils/ChangeLog

index aa027851ded4dff3652890aec206c260d1c4afc3..b86e0e99b6b65c17d070c2103809e4c3d9bb06ec 100644 (file)
@@ -1,3 +1,10 @@
+2000-11-05  Jim Meyering  <meyering@lucent.com>
+
+       * src/mkdir.c (main): Use make_dir instead of using mkdir directly.
+       Diagnose as failure when mkdir tries to create (without the --parent
+       (-p) option) a directory that already exists.
+       * tests/cp/cp-parents: Add a test for the above fix.
+
 2000-11-01  Jim Meyering  <meyering@lucent.com>
 
        * Version 4.0.30.