]> git.ipfire.org Git - thirdparty/coreutils.git/commit
cp: actually support --update=none-fail
authorPádraig Brady <P@draigBrady.com>
Fri, 3 May 2024 09:18:50 +0000 (10:18 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 3 May 2024 09:18:50 +0000 (10:18 +0100)
commitde49e993ea8b6dcdf6cada3c0f44a6371514f952
treea9c8a948bb6ea0b1310f3fea3eccbd12003b59d3
parentba8a43c24dcfd5b76e986fd71275f1093e0b9813
cp: actually support --update=none-fail

* src/cp.c: Add the entries for the --update=none-fail option.
* tests/mv/update.sh: Add a test case.
* NEWS: Mention the bug fix.
Fixes https://bugs.gnu.org/70727
NEWS
src/cp.c
tests/mv/update.sh