Skip to content

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

Merged
sylvestre merged 1 commit into
uutils:masterfrom
sylvestre:install-twice
Nov 29, 2020
Merged

bug(install) - install -d can be run on an existing directory#1643
sylvestre merged 1 commit into
uutils:masterfrom
sylvestre:install-twice

Conversation

@sylvestre

@sylvestre sylvestre commented Nov 22, 2020

Copy link
Copy Markdown
Contributor

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 requested review from Arcterus and rivy November 22, 2020 19:48
@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.

1 participant