1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-14 06:03:46 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2001-09-29 06:49:35 +00:00
parent 900acbdbcb
commit 23eb5e1acd
+7 -1
View File
@@ -1,7 +1,13 @@
2001-09-28 Jim Meyering <meyering@lucent.com>
2001-09-29 Jim Meyering <meyering@lucent.com>
* Version 4.1.1.
* mkinstalldirs: Update from master.
* Makefile.maint (wget-update): Add mkinstalldirs.
2001-09-28 Jim Meyering <meyering@lucent.com>
This mv command should fail (likewise for cp), rather than
silently clobbering one of the source files.
rm -rf a b c; mkdir a b c; touch a/f b/f; mv a/f b/f c