summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-06-12 08:42:18 +0000
committerJim Meyering <jim@meyering.net>2000-06-12 08:42:18 +0000
commit54ab4a172f75e714bcdfa98452027bac36275c3d (patch)
tree298ca9da38324927255f22d6d6ab7fb9370332e6
parent1af3ad04de472aaba614440c7dc90f4db3c0e4fe (diff)
downloadcoreutils-54ab4a172f75e714bcdfa98452027bac36275c3d.tar.gz
*** empty log message ***FILEUTILS-4_0u
-rw-r--r--old/fileutils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index cba7953bd..3bfc5fa72 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,6 +2,9 @@
* Version 4.0u.
+ * tests/rm/r-1: Clean up.
+ Be careful to remove temp directory upon interrupt.
+
* src/mv.c (main): Give the correct diagnostic when using the
--target-dir=DIR option, but no arguments.
Patch from Michael Stone. Reported by Herbert Xu.