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