Skip to content

[mkdir] Make mkdir -p x where ./x exists not raise error #12

@duckinator

Description

@duckinator

mkdir -p is supposed to ignore all existing directories. As implemented, it'll throw an error if you do:

./bin/mkdir x && ./bin/mkdir -p x

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions