projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2c653e
)
install -D had a problem similar to mkdir -p.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 15 Jun 2005 00:05:20 +0000
(
00:05
+0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 15 Jun 2005 00:05:20 +0000
(
00:05
+0000)
NEWS
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index 1dc2073fd898b7ee70a5c2497a98ffaa60fcbb0c..3937ac2b0731dfd0b684e1579fde53c587671fa3 100644
(file)
--- 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.