From: Jim Meyering Date: Mon, 25 Dec 2000 18:31:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_35~15 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=46fa2b76aa7eb30e504090be88355806ce33eadb;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 0f3f5ccc7b..f979463c12 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -9,10 +9,14 @@ 2000-12-24 Jim Meyering - ln --backup=simple --suffix=SUFFIX doesn't use SUFFIX + For both ln and install, when using `--backup=simple --suffix=S', + the suffix `S' wasn't used. + * src/ln.c (main): Actually use the local variable, - `backup_suffix_string'. Nelson Beebe reported the unused variable. - * tests/ln/misc: Add a test for this. + `backup_suffix_string'. + * src/install.c (main): Likewise. + Nelson Beebe reported the unused variables. + * tests/ln/misc: Add a test for this (for all of cp, mv, ln, install). * man/help2man: Update to version 1.24.