1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 15:49:42 +02:00

(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.
This commit is contained in:
Jim Meyering
2000-11-05 15:08:22 +00:00
parent 39b53154ca
commit d858c3c433
+7
View 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.