On FreeBSD os.makedirs sets errno to EISDIR instead of EEXiSTS when a directory exists already, so handle this case instead of raising and excpetion.
On FreeBSD os.makedirs sets errno to EISDIR instead of EEXiSTS when a directory exists already, so handle this case instead of raising and excpetion.