From: Jim Meyering Date: Sun, 29 Oct 2000 12:25:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-2_0_11~5 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=03e6d30ae72d85ba415e1a882aa89b5a12a4aaf4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a0cea3a086..1eff88a706 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ 2000-10-29 Jim Meyering + * 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.