andsens / homeshick

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

Fix fish path resolution for paths with spaces #173

Closed herrbischoff closed 6 years ago

herrbischoff commented 6 years ago

It appears to be a fish issue (https://github.com/fish-shell/fish-shell/issues/3708), which is worked around by adding (string escape -- $argv) instead of $argv.

Fixes #170, moved to correct branch from #171.

andsens commented 6 years ago

Merging. I wrote the regression tests myself, so no need to worry about it :-)

Thank you @herrbischoff