1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 21:47:46 +00:00

Merge pull request #2610 from miDeb/cp/abuse

cp: handle edge cases when dest is a symlink
This commit is contained in:
Terts Diepraam 2022-01-11 00:34:55 +01:00 committed by GitHub
commit f60c36f242
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 263 additions and 56 deletions

1
Cargo.lock generated
View file

@ -3212,6 +3212,7 @@ dependencies = [
"walkdir",
"wild",
"winapi 0.3.9",
"winapi-util",
"z85",
]