diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-29 12:25:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-29 12:25:07 +0000 |
commit | 03e6d30ae72d85ba415e1a882aa89b5a12a4aaf4 (patch) | |
tree | 787299ec9cf0519146140befb753a3a774bd7a00 /old | |
parent | 78abfe5da3580d4e5581e515de48574eb9c2c492 (diff) | |
download | coreutils-03e6d30ae72d85ba415e1a882aa89b5a12a4aaf4.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a0cea3a08..1eff88a70 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ 2000-10-29 Jim Meyering <meyering@lucent.com> + * src/cp.c (do_copy): When constructing dst_path for use with the + --parents option, first remove any trailing slashes from the command + line argument. Otherwise, tests/cp/cp-parent would fail on NetBSD. + * tests/cp/cp-parents: Add a test. * src/ls.c (DT_INIT): Define. |