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:
dc52b43
)
Give credit to Lars Wendler.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 7 Oct 2006 07:12:12 +0000
(07:12 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 7 Oct 2006 07:12:12 +0000
(07:12 +0000)
ChangeLog
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index d296d44c2da4ff96be019d3706d5934f28eb6ef3..44002bd79919d46dd533ba0a03c939fe8987f3fa 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,7
+1,8
@@
2006-10-06 Paul Eggert <eggert@cs.ucla.edu>
Fix bug reported today by Mike Frysinger: mkdir -pv is logging the
- wrong file name in some cases.
+ wrong file name in some cases. Lars Wendler reported a bug in
+ my original fix.
* src/install.c (make_ancestor): New arg COMPONENT.
* src/mkdir.c (make_ancestor): Likewise.
* tests/install/basic-1: Check for install -Dv bug.