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

mv: show no error if overwriting is declined in interactive mode #4773

Merged
merged 1 commit into from
Apr 24, 2023

Conversation

cakebaker
Copy link
Contributor

This PR fixes #4724 .

mv -i a.txt target/ no longer shows an error message if target contains an a.txt file and the overwriting is declined. It just returns an exit code of 1.

@sylvestre sylvestre merged commit 417d238 into uutils:main Apr 24, 2023
@cakebaker cakebaker deleted the mv_fix_issue_4724 branch April 24, 2023 06:59
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.

mv: -i shouldn't show error message if overwriting is declined
2 participants