]> git.ipfire.org Git - thirdparty/coreutils.git/commit
cp: fix --backup with subdirectories
authorPádraig Brady <P@draigBrady.com>
Mon, 3 Apr 2023 17:12:33 +0000 (18:12 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 4 Apr 2023 11:00:11 +0000 (12:00 +0100)
commit5891d28edebe229f1a6057275e281b10c1f2247b
tree290134b343e7066d1d157c7c033dc0663c3674fb
parent17c31a73f13ad320746e5b7e81a5883d7295d278
cp: fix --backup with subdirectories

* gnulib: Reference the latest gnulib including the
fix to the backupfile module in commit 94496522.
* tests/cp/backup-dir.sh: Add a test to ensure
we rename appropriately when backing up through subdirs.
* NEWS: Mention the bug fix.
Fixes https://bugs.gnu.org/62607
NEWS
gnulib
tests/cp/backup-dir.sh