mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 10:23:31 +08:00
install -D had a problem similar to mkdir -p.
This commit is contained in:
parent
f2c653e8df
commit
1fc9a26bdd
3
NEWS
3
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user