1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-10 14:13:31 +02:00
This commit is contained in:
Jim Meyering
1998-09-29 03:54:30 +00:00
parent 453a3cbd73
commit a7dea23c83

View File

@@ -2,6 +2,8 @@
* Version 4.0-pre1.
* Use automake-1.3b. See notes in README.
* src/copy.c (copy_internal): Do honor `n' reply in move-mode.
Otherwise, `touch a b; echo n|mv -i a b' would remove b.
From Bernd Leibing.