diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-25 18:31:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-25 18:31:25 +0000 |
commit | 46fa2b76aa7eb30e504090be88355806ce33eadb (patch) | |
tree | afd8aa668cd7e36de585f7b2e320ea21787704c6 /old | |
parent | 1a8989fd9dc79ea15af6d94ed857467f02d54214 (diff) | |
download | coreutils-46fa2b76aa7eb30e504090be88355806ce33eadb.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 0f3f5ccc7..f979463c1 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -9,10 +9,14 @@ 2000-12-24 Jim Meyering <meyering@lucent.com> - 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. |