]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Fix a bug: cp -x would fail to set mount point permissions.
authorAndrew Church <achurch@achurch.org>
Sat, 3 Mar 2007 22:00:18 +0000 (23:00 +0100)
committerJim Meyering <jim@meyering.net>
Sat, 3 Mar 2007 22:00:18 +0000 (23:00 +0100)
commit2871ad3b45ed1b1f44be57fd453cf9a50a4c5af7
treee96f3a0493c5c82691063e8ad8855fa56b06fd52
parentf0537a71f1e414ceb7ecaa7f872b73b401209082
Fix a bug: cp -x would fail to set mount point permissions.
* NEWS: mention cp -x bug fix
* src/copy.c (copy_internal): Don't return immediately after
copying a mount point that we do not intend to recurse under.
Based on a patch by Andrew Church.
ChangeLog
NEWS
src/copy.c