Merge: Mkdir fix
authorJean Privat <jean@pryen.org>
Fri, 26 Aug 2016 21:09:28 +0000 (17:09 -0400)
committerJean Privat <jean@pryen.org>
Fri, 26 Aug 2016 21:09:28 +0000 (17:09 -0400)
Calling `String::mkdir` on a path might produce errors when part of the path already existed.

This PR fixes this behaviour.

Pull-Request: #2298
Reviewed-by: Jean Privat <jean@pryen.org>


Trivial merge