diff options
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | old/fileutils/ChangeLog | 3 |
2 files changed, 2 insertions, 2 deletions
@@ -39,6 +39,7 @@ Bill Peters peters@gaffel.as.arizona.edu Bjorn Helgaas helgaas@rsn.hp.com Bob McCracken kerouac@ravenet.com Bob Proulx rwp@fc.hp.com +Branden Robinson branden@necrotic.deadbeast.net Brendan O'Dea bod@compusol.com.au Brian Kimball bfk@footbag.org Brian Youmans 3diff@gnu.org diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c86cedd48..d7d4e9d75 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -6,8 +6,7 @@ Fix cp so that `cp -r DIR1/ DIR2' works once again. * src/cp.c (ASSIGN_BASENAME_STRDUPA): New macro. (do_copy): Use it here (so we always strip trailing slashes before - calling base_name). - Reported by Michael Stone. + calling base_name). Reported by Branden Robinson via Michael Stone. Test for the above fix. * tests/cp/Makefile.am (TESTS): Add dir-slash. |