summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.