andsens / homeshick

git dotfiles synchronizer written in bash
MIT License
2.11k stars 145 forks source link

fix for nested directories not always been created #107

Closed koelnconcert closed 10 years ago

andsens commented 10 years ago

I have pushed an alternative fix for the issue your unit test captures to the development branch. This one gets it at the root of the issue. Try giving it a spin and see if it solves your problem - I'll cherry-pick the fix into master soon.

Thank you for an otherwise excellent PR! Your help is much appreciated ;-)

p.s.: If you're curious, the actual fix happens here.

koelnconcert commented 10 years ago

Yes, that fixes my problem as well. Thx.

However there is a minor issue, see my comment on your commit.

andsens commented 10 years ago

I pushed a43cb3f, that should fix the issue (also found another tiny potential bug).