Re: coreutils 9.6 regression

2025-02-26 Thread Brian Inglis via Cygwin
On 2025-02-25 09:36, Corinna Vinschen wrote: there's a regression in coreutils 9.6: With 9.0: $ pwd /openssh/build $ cp ssh scp /usr/bin $ With 9.6: $ cp ssh scp /usr/bin cp: cannot create regular file '/usr/bin/ssh': File exists cp: cannot create regular file '/usr/bin/scp':

coreutils 9.6 regression

2025-02-25 Thread Corinna Vinschen via Cygwin
Hi Brian, there's a regression in coreutils 9.6: With 9.0: $ pwd /openssh/build $ cp ssh scp /usr/bin $ With 9.6: $ cp ssh scp /usr/bin cp: cannot create regular file '/usr/bin/ssh': File exists cp: cannot create regular file '/usr/bin/scp': File exists $ but: $ cp ssh.ex