D1 can you please fix this?
I wrote the script on pre mkd to avoid this, but it doesn't work properly and I don't know why
Clients create dirs in many ways:
(pwd /some/where/)
mkd new.dir
mkd new.dir/
mkd /some/where/new.dir
mkd /some/where/new.dir/
these I can handle, but sometimes it's not enough
THX