the same code, both with and without -p, to create the final
component in each file name. Reported by Bob Proulx.
+ Add tests for the above fix.
* tests/cp/cp-parents: Add some permission tests.
-
* tests/mkdir/perm: Fix the test so it actually does something.
Run each test also with mkdir's `-p' option and check permissions
on the parent directories.
Changes in release 4.01:
+[4.0.30]
+* mkdir: fix a bug introduced in 4.0.28 whereby parent directories created
+ via `mkdir -p' would have permissions that did not account for the umask
[4.0.29]
* ls.c wouldn't compile on some systems: fix it
* `cp -R --parents dir1/ dir2' failed on NetBSD, due to a portability problem