summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-06-15 00:05:20 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-06-15 00:05:20 +0000
commit1fc9a26bdd57be5726268e50ef2ee6deccec1d80 (patch)
treefd3293d63839f58894c617761da90809c6c9aa47 /NEWS
parentf2c653e8dfc14a8adaef31947afa7ae084e6cd79 (diff)
downloadcoreutils-1fc9a26bdd57be5726268e50ef2ee6deccec1d80.tar.xz
install -D had a problem similar to mkdir -p.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1dc2073fd..3937ac2b0 100644
--- a/NEWS
+++ b/NEWS
@@ -124,7 +124,8 @@ GNU coreutils NEWS -*- outline -*-
"mkdir -p /tmp/a/b dir" no longer attempts to create the `.'-relative
directory, dir (in /tmp/a), when, after creating /tmp/a/b, it is unable
- to return to its initial working directory.
+ to return to its initial working directory. Similarly for "install -D
+ file /tmp/a/b".
"pr -D FORMAT" now accepts the same formats that "date +FORMAT" does.