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.
When I try to run git-playback from a location that's on a path that contains a space, I recieve the following error:
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.