From: Jim Meyering Date: Thu, 22 Nov 2001 19:54:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_2~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=647185eda4ef74b8538be5265588bdfd062ac7a9;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 397c1b8abf..06e832014a 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -3,6 +3,9 @@ * Version 4.1.2. Don't fail for commands like this: cp a a d/ + This change in behavior was introduced in 4.1.1, as part of the + 2001-09-28 change. cp and mv still fail for commands like this: + rm -rf a b c; mkdir a b c; touch a/f b/f; mv a/f b/f c * src/copy.c (triple_hash_no_name): New function. (src_info_init): New function.