mmozuras / git-playback

Create visual playback of your commits
MIT License
169 stars 16 forks source link

Handle spaces in path to git-playback #6

Closed basbossink closed 11 years ago

basbossink commented 11 years ago

When I try to run git-playback from a location that's on a path that contains a space, I recieve the following error:

~/Personal/projects/git-playback/git-playback.sh ReverseRomanNumeral.cs ReverseRomanNumeralTest.cs
cat: /cygdrive/c/Users/bas/Documents/My: No such file or directory
cat: Dropbox/Personal/projects/git-playback/git-playback.js/playback.js: No such file or directory

Note that my home directory is /cygdrive/c/Users/bas/Documents/My Dropbox/. When I move git-playback to a different directory that doesn't contain spaces everything works fine.

mmozuras commented 11 years ago

Thanks for reporting it, can't believe that didn't get noticed earlier. Will fix as soon as possible.