summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-10-29 12:25:07 +0000
committerJim Meyering <jim@meyering.net>2000-10-29 12:25:07 +0000
commit03e6d30ae72d85ba415e1a882aa89b5a12a4aaf4 (patch)
tree787299ec9cf0519146140befb753a3a774bd7a00 /old
parent78abfe5da3580d4e5581e515de48574eb9c2c492 (diff)
downloadcoreutils-03e6d30ae72d85ba415e1a882aa89b5a12a4aaf4.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog4
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.