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

bug(install) - install -d can be run on an existing directory #1643

Merged
merged 1 commit into from Nov 29, 2020

Conversation

sylvestre
Copy link
Sponsor Contributor

@sylvestre sylvestre commented Nov 22, 2020

GNU:

$ install -d foo
$ install -d foo

Rust:

$ install -d foo
$ install -d foo
install: cannot create directory 'foo': File exists
install: foo: File exists (os error 17)

GNU:
$ install -d foo
$ install -d foo

Rust:
$ install -d foo
$ install -d foo
install: cannot create directory 'foo': File exists
install: foo: File exists (os error 17)
@sylvestre sylvestre merged commit 89f8624 into uutils:master Nov 29, 2020
@sylvestre sylvestre deleted the install-twice branch November 29, 2020 15:31
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.

None yet

1 participant