On 03/04/2023 18:19, Pádraig Brady wrote:
On 02/04/2023 13:40, Pádraig Brady wrote:
For completeness the correct repro is:
mkdir -p {src,dst}/foo
touch {src,dst}/foo/bar
cp --recursive --backup src/* dst
The attached two patches should address this.
The first fixes the bug in g
On 02/04/2023 13:40, Pádraig Brady wrote:
On 01/04/2023 23:40, Kristian Klausen via GNU coreutils Bug Reports wrote:
Hi
After upgrading to coreutils 9.2-2 on Arch Linux the following:
mkdir -p src dst
touch {src,dst}/bar
cp --recursive --backup src/* dst
fails with:
cp: cannot create regular fi