Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cp --remove-destination: don't fail if destination is symlink to source #5430

Merged

Conversation

cakebaker
Copy link
Contributor

With this PR, cp --remove-destination no longer shows an error if the destination is a symlink to the source and the destination is removed instead.

Fixes #5420

@cakebaker cakebaker changed the title cp: --remove-destination don't fail if destination is symlink to source cp --remove-destination: don't fail if destination is symlink to source Oct 19, 2023
@cakebaker cakebaker force-pushed the cp_remove_destination_shouldnt_fail branch from a99f284 to 772892e Compare October 20, 2023 07:41
@uutils uutils deleted a comment from github-actions bot Oct 22, 2023
@sylvestre sylvestre merged commit 03d598d into uutils:main Oct 22, 2023
44 of 45 checks passed
@cakebaker cakebaker deleted the cp_remove_destination_shouldnt_fail branch October 23, 2023 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cp: --remove-destination shouldn't fail if destination is symlink to source
2 participants